Shades of Bird Flower #D9CA07
Tints of Bird Flower #D9CA07
RGB
CMYK
RGB Variations
Color information
#D9CA07 (or 0xD9CA07) is known color: Bird Flower. HEX triplet: D9, CA and 07. RGB value is (217,202,7). Sum of RGB (Red+Green+Blue) = 217+202+7=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA07 is #2635F8. Grayscale: #B9B9B9. Windows color (decimal): -2504185 or 510681. OLE color: 510681.
HSL color Cylindrical-coordinate representation of color #D9CA07: hue angle of 55.71º degrees, saturation: 0.94, 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 #D9CA07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.15 |
| HSL | 55.71º | 0.94% | 0.44% | - |
| HSV(B) | 55.71º | 0.97% | 0.85% | - |
| XYZ | 49.77 | 57.01 | 8.58 | - |
| YUV | 184.26 | 27.97 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 7 | 0 | 0.07 | 0.97 | 0.15 | 55.71 | 0.94 | 0.44 |
| Hex | D9 | CA | 7 | 0 | 7 | 61 | F | 38 | 5E | 2C |
| Octal | 331 | 312 | 7 | 0 | 7 | 141 | 17 | 70 | 136 | 54 |
| Binary | 11011001 | 11001010 | 111 | 0 | 111 | 1100001 | 1111 | 111000 | 1011110 | 101100 |
Color Harmonies of #D9CA07
Complementary color
Monochromatic Colors of #D9CA07
Black with #D9CA07
Text Example
Text Example
White with #D9CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA07; }
p { color: rgb(217,202,7); }
H1.HeaderClassName
{
color: #D9CA07;
}
.AnyTagClassName
{
color: #D9CA07;
}
</style>
background-color css
<style>
a { background-color: #D9CA07; }
a { background-color: rgb(217,202,7); }
div.DivClassName
{
background-color: #D9CA07;
}
.BgClassName
{
background-color: #D9CA07;
}
</style>
border-color css
<style>
span { border-color: #D9CA07; }
span { border-color: rgb(217,202,7); }
td.TdClassName
{
border-color: #D9CA07;
}
.TagClassName
{
border-color: #D9CA07;
}
</style>