Shades of Bird Flower #D9CA11
Tints of Bird Flower #D9CA11
RGB
CMYK
RGB Variations
Color information
#D9CA11 (or 0xD9CA11) is known color: Bird Flower. HEX triplet: D9, CA and 11. RGB value is (217,202,17). Sum of RGB (Red+Green+Blue) = 217+202+17=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA11 is #2635EE. Grayscale: #BABABA. Windows color (decimal): -2504175 or 1166041. OLE color: 1166041.
HSL color Cylindrical-coordinate representation of color #D9CA11: hue angle of 55.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9CA11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.15 |
| HSL | 55.5º | 0.85% | 0.46% | - |
| HSV(B) | 55.5º | 0.92% | 0.85% | - |
| XYZ | 49.84 | 57.03 | 8.91 | - |
| YUV | 185.4 | 32.97 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 17 | 0 | 0.07 | 0.92 | 0.15 | 55.5 | 0.85 | 0.46 |
| Hex | D9 | CA | 11 | 0 | 7 | 5C | F | 38 | 55 | 2E |
| Octal | 331 | 312 | 21 | 0 | 7 | 134 | 17 | 70 | 125 | 56 |
| Binary | 11011001 | 11001010 | 10001 | 0 | 111 | 1011100 | 1111 | 111000 | 1010101 | 101110 |
Color Harmonies of #D9CA11
Complementary color
Monochromatic Colors of #D9CA11
Black with #D9CA11
Text Example
Text Example
White with #D9CA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA11; }
p { color: rgb(217,202,17); }
H1.HeaderClassName
{
color: #D9CA11;
}
.AnyTagClassName
{
color: #D9CA11;
}
</style>
background-color css
<style>
a { background-color: #D9CA11; }
a { background-color: rgb(217,202,17); }
div.DivClassName
{
background-color: #D9CA11;
}
.BgClassName
{
background-color: #D9CA11;
}
</style>
border-color css
<style>
span { border-color: #D9CA11; }
span { border-color: rgb(217,202,17); }
td.TdClassName
{
border-color: #D9CA11;
}
.TagClassName
{
border-color: #D9CA11;
}
</style>