Html Css Color HEX #D9CA06 Bird Flower

📋 copy color: '#D9CA06'

red 217 ◦ green 202 ◦ blue 6

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

Shades of Bird Flower #D9CA06

Tints of Bird Flower #D9CA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 51.06%
G = 47.53%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D9CA06 (or 0xD9CA06) is known color: Bird Flower. HEX triplet: D9, CA and 06. RGB value is (217,202,6). Sum of RGB (Red+Green+Blue) = 217+202+6=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA06 is #2635F9. Grayscale: #B8B8B8. Windows color (decimal): -2504186 or 445145. OLE color: 445145.

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

Color convert

RGB 217 202 6 -
CMYK 0 0.07 0.97 0.15
HSL 55.73º 0.95% 0.44% -
HSV(B) 55.73º 0.97% 0.85% -
XYZ 49.77 57.01 8.55 -
YUV 184.14 27.47 151.44 -
System Red Green Blue C M Y K H S L
Decimal 217 202 6 0 0.07 0.97 0.15 55.73 0.95 0.44
Hex D9 CA 6 0 7 61 F 38 5F 2C
Octal 331 312 6 0 7 141 17 70 137 54
Binary 11011001 11001010 110 0 111 1100001 1111 111000 1011111 101100

Color Harmonies of #D9CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA06

Black with #D9CA06

Text Example


Text Example

White with #D9CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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