Html Css Color HEX #D9CC05 Bird Flower

📋 copy color: '#D9CC05'

red 217 ◦ green 204 ◦ blue 5

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

Shades of Bird Flower #D9CC05

Tints of Bird Flower #D9CC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 50.94%
G = 47.89%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D9CC05 (or 0xD9CC05) is known color: Bird Flower. HEX triplet: D9, CC and 05. RGB value is (217,204,5). Sum of RGB (Red+Green+Blue) = 217+204+5=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC05 is #2633FA. Grayscale: #BABABA. Windows color (decimal): -2503675 or 380121. OLE color: 380121.

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

Color convert

RGB 217 204 5 -
CMYK 0 0.06 0.98 0.15
HSL 56.32º 0.95% 0.44% -
HSV(B) 56.32º 0.98% 0.85% -
XYZ 50.24 57.95 8.68 -
YUV 185.2 26.31 150.68 -
System Red Green Blue C M Y K H S L
Decimal 217 204 5 0 0.06 0.98 0.15 56.32 0.95 0.44
Hex D9 CC 5 0 6 62 F 38 5F 2C
Octal 331 314 5 0 6 142 17 70 137 54
Binary 11011001 11001100 101 0 110 1100010 1111 111000 1011111 101100

Color Harmonies of #D9CC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC05

Black with #D9CC05

Text Example


Text Example

White with #D9CC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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