#D8BC09

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

Shades of Bird Flower #D8BC09

Tints of Bird Flower #D8BC09

Color information

#D8BC09 (or 0xD8BC09) is unknown color: approx Bird Flower. HEX triplet: D8, BC and 09. RGB value is (216,188,9). Sum of RGB (Red+Green+Blue) = 216+188+9=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BC09 is #2743F6. Grayscale: #B0B0B0. Windows color (decimal): -2573303 or 638168. OLE color: 638168.

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

Color convert

RGB2161889-
CMYK00.130.960.15
HSL51.88º92%44.12%-
HSV(B)51.88º95.83%84.71%-
XYZ46.3550.597.58-
YUV175.9733.78156.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.30%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 9 (3.91% from 255) = 2.18%
R=52.30%
G=45.52%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216188900.130.960.1551.889244.12
HexD8BC90D60F345c2c
Octal33027411015140176413454
Binary1101100010111100100101101110000011111101001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BC09; }

 p { color: rgb(216,188,9); }

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

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

 a { background-color: rgb(216,188,9); }

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

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

 span { border-color: rgb(216,188,9); }

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