Html Css Color HEX #D9CC08 Bird Flower

📋 copy color: '#D9CC08'

red 217 ◦ green 204 ◦ blue 8

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

Shades of Bird Flower #D9CC08

Tints of Bird Flower #D9CC08

RGB

 RED value IS 217 (85.16% from 255) = 50.58%

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

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 50.58%
G = 47.55%
B = 1.86%

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

#D9CC08 (or 0xD9CC08) is known color: Bird Flower. HEX triplet: D9, CC and 08. RGB value is (217,204,8). Sum of RGB (Red+Green+Blue) = 217+204+8=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC08 is #2633F7. Grayscale: #BABABA. Windows color (decimal): -2503672 or 576729. OLE color: 576729.

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

Color convert

RGB 217 204 8 -
CMYK 0 0.06 0.96 0.15
HSL 56.27º 0.93% 0.44% -
HSV(B) 56.27º 0.96% 0.85% -
XYZ 50.25 57.95 8.77 -
YUV 185.54 27.81 150.44 -
System Red Green Blue C M Y K H S L
Decimal 217 204 8 0 0.06 0.96 0.15 56.27 0.93 0.44
Hex D9 CC 8 0 6 60 F 38 5D 2C
Octal 331 314 10 0 6 140 17 70 135 54
Binary 11011001 11001100 1000 0 110 1100000 1111 111000 1011101 101100

Color Harmonies of #D9CC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC08

Black with #D9CC08

Text Example


Text Example

White with #D9CC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC08; }

 p { color: rgb(217,204,8); }

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

background-color css

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

 a { background-color: rgb(217,204,8); }

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

border-color css

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

 span { border-color: rgb(217,204,8); }

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