#d7bc08

Color #D7BC08 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D7BC08

Tints of Bird Flower #D7BC08

Color information

#D7BC08 (or 0xD7BC08) is unknown color: approx Bird Flower. HEX triplet: D7, BC and 08. RGB value is (215,188,8). Sum of RGB (Red+Green+Blue) = 215+188+8=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BC08 is #2843F7. Grayscale: #B0B0B0. Windows color (decimal): -2638840 or 572631. OLE color: 572631.

HSL color Cylindrical-coordinate representation of color #D7BC08: hue angle of 52.17º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7BC08 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB2151888-
CMYK00.130.960.16
HSL52.17º92.83%43.73%-
HSV(B)52.17º96.28%84.31%-
XYZ46.0550.437.54-
YUV175.5533.45156.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 52.31%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 8 (3.52% from 255) = 1.95%
R=52.31%
G=45.74%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215188800.130.960.1652.1792.8343.73
HexD7BC80D6010345d2c
Octal32727410015140206413554
Binary11010111101111001000011011100000100001101001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7bc08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7bc08; }

 p { color: rgb(215,188,8); }

 H1.HeaderClassName
 {
   color: #d7bc08;
 }
 .AnyTagClassName
 {
   color: #d7bc08;
 }
</style>
background-color css

<style>
 a { background-color: #d7bc08; }

 a { background-color: rgb(215,188,8); }

 div.DivClassName
 {
   background-color: #d7bc08;
 }
 .BgClassName
 {
   background-color: #d7bc08;
 }
</style>
border-color css

<style>
 span { border-color: #d7bc08; }

 span { border-color: rgb(215,188,8); }

 td.TdClassName
 {
   border-color: #d7bc08;
 }
 .TagClassName
 {
   border-color: #d7bc08;
 }
</style>