Html Css Color HEX #D8CC09 Bird Flower

📋 copy color: '#D8CC09'

red 216 ◦ green 204 ◦ blue 9

#D8CC09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D8CC09

Tints of Bird Flower #D8CC09

RGB

 RED value IS 216 (84.77% from 255) = 50.35%

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 9 (3.91% from 255) = 2.1%

R = 50.35%
G = 47.55%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D8CC09 (or 0xD8CC09) is known color: Bird Flower. HEX triplet: D8, CC and 09. RGB value is (216,204,9). Sum of RGB (Red+Green+Blue) = 216+204+9=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CC09 is #2733F6. Grayscale: #BABABA. Windows color (decimal): -2569207 or 642264. OLE color: 642264.

HSL color Cylindrical-coordinate representation of color #D8CC09: hue angle of 56.52º 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 #D8CC09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 9 -
CMYK 0 0.06 0.96 0.15
HSL 56.52º 0.92% 0.44% -
HSV(B) 56.52º 0.96% 0.85% -
XYZ 49.96 57.8 8.78 -
YUV 185.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 216 204 9 0 0.06 0.96 0.15 56.52 0.92 0.44
Hex D8 CC 9 0 6 60 F 39 5C 2C
Octal 330 314 11 0 6 140 17 71 134 54
Binary 11011000 11001100 1001 0 110 1100000 1111 111001 1011100 101100

Color Harmonies of #D8CC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC09

Black with #D8CC09

Text Example


Text Example

White with #D8CC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC09; }

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

 H1.HeaderClassName
 {
   color: #D8CC09;
 }
 .AnyTagClassName
 {
   color: #D8CC09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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