Shades of Bird Flower #D9CA05
Tints of Bird Flower #D9CA05
RGB
CMYK
RGB Variations
Color information
#D9CA05 (or 0xD9CA05) is known color: Bird Flower. HEX triplet: D9, CA and 05. RGB value is (217,202,5). Sum of RGB (Red+Green+Blue) = 217+202+5=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA05 is #2635FA. Grayscale: #B8B8B8. Windows color (decimal): -2504187 or 379609. OLE color: 379609.
HSL color Cylindrical-coordinate representation of color #D9CA05: hue angle of 55.75º 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 #D9CA05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.15 |
| HSL | 55.75º | 0.95% | 0.44% | - |
| HSV(B) | 55.75º | 0.98% | 0.85% | - |
| XYZ | 49.76 | 57 | 8.52 | - |
| YUV | 184.03 | 26.97 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 5 | 0 | 0.07 | 0.98 | 0.15 | 55.75 | 0.95 | 0.44 |
| Hex | D9 | CA | 5 | 0 | 7 | 62 | F | 38 | 5F | 2C |
| Octal | 331 | 312 | 5 | 0 | 7 | 142 | 17 | 70 | 137 | 54 |
| Binary | 11011001 | 11001010 | 101 | 0 | 111 | 1100010 | 1111 | 111000 | 1011111 | 101100 |
Color Harmonies of #D9CA05
Complementary color
Monochromatic Colors of #D9CA05
Black with #D9CA05
Text Example
Text Example
White with #D9CA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA05; }
p { color: rgb(217,202,5); }
H1.HeaderClassName
{
color: #D9CA05;
}
.AnyTagClassName
{
color: #D9CA05;
}
</style>
background-color css
<style>
a { background-color: #D9CA05; }
a { background-color: rgb(217,202,5); }
div.DivClassName
{
background-color: #D9CA05;
}
.BgClassName
{
background-color: #D9CA05;
}
</style>
border-color css
<style>
span { border-color: #D9CA05; }
span { border-color: rgb(217,202,5); }
td.TdClassName
{
border-color: #D9CA05;
}
.TagClassName
{
border-color: #D9CA05;
}
</style>