Shades of Bird Flower #D9CF11
Tints of Bird Flower #D9CF11
RGB
CMYK
RGB Variations
Color information
#D9CF11 (or 0xD9CF11) is known color: Bird Flower. HEX triplet: D9, CF and 11. RGB value is (217,207,17). Sum of RGB (Red+Green+Blue) = 217+207+17=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CF11 is #2630EE. Grayscale: #BDBDBD. Windows color (decimal): -2502895 or 1167321. OLE color: 1167321.
HSL color Cylindrical-coordinate representation of color #D9CF11: hue angle of 57º 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 #D9CF11 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.15 |
| HSL | 57º | 0.85% | 0.46% | - |
| HSV(B) | 57º | 0.92% | 0.85% | - |
| XYZ | 51.03 | 59.42 | 9.31 | - |
| YUV | 188.33 | 31.31 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 17 | 0 | 0.05 | 0.92 | 0.15 | 57 | 0.85 | 0.46 |
| Hex | D9 | CF | 11 | 0 | 5 | 5C | F | 39 | 55 | 2E |
| Octal | 331 | 317 | 21 | 0 | 5 | 134 | 17 | 71 | 125 | 56 |
| Binary | 11011001 | 11001111 | 10001 | 0 | 101 | 1011100 | 1111 | 111001 | 1010101 | 101110 |
Color Harmonies of #D9CF11
Complementary color
Monochromatic Colors of #D9CF11
Black with #D9CF11
Text Example
Text Example
White with #D9CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF11; }
p { color: rgb(217,207,17); }
H1.HeaderClassName
{
color: #D9CF11;
}
.AnyTagClassName
{
color: #D9CF11;
}
</style>
background-color css
<style>
a { background-color: #D9CF11; }
a { background-color: rgb(217,207,17); }
div.DivClassName
{
background-color: #D9CF11;
}
.BgClassName
{
background-color: #D9CF11;
}
</style>
border-color css
<style>
span { border-color: #D9CF11; }
span { border-color: rgb(217,207,17); }
td.TdClassName
{
border-color: #D9CF11;
}
.TagClassName
{
border-color: #D9CF11;
}
</style>