Html Css Color HEX #D9CA08 Bird Flower

📋 copy color: '#D9CA08'

red 217 ◦ green 202 ◦ blue 8

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

Shades of Bird Flower #D9CA08

Tints of Bird Flower #D9CA08

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

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

R = 50.82%
G = 47.31%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9CA08 (or 0xD9CA08) is known color: Bird Flower. HEX triplet: D9, CA and 08. RGB value is (217,202,8). Sum of RGB (Red+Green+Blue) = 217+202+8=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA08 is #2635F7. Grayscale: #B9B9B9. Windows color (decimal): -2504184 or 576217. OLE color: 576217.

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

Color convert

RGB 217 202 8 -
CMYK 0 0.07 0.96 0.15
HSL 55.69º 0.93% 0.44% -
HSV(B) 55.69º 0.96% 0.85% -
XYZ 49.78 57.01 8.61 -
YUV 184.37 28.47 151.27 -
System Red Green Blue C M Y K H S L
Decimal 217 202 8 0 0.07 0.96 0.15 55.69 0.93 0.44
Hex D9 CA 8 0 7 60 F 38 5D 2C
Octal 331 312 10 0 7 140 17 70 135 54
Binary 11011001 11001010 1000 0 111 1100000 1111 111000 1011101 101100

Color Harmonies of #D9CA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA08

Black with #D9CA08

Text Example


Text Example

White with #D9CA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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