Shades of Bird Flower #D9CF10
Tints of Bird Flower #D9CF10
RGB
CMYK
RGB Variations
Color information
#D9CF10 (or 0xD9CF10) is known color: Bird Flower. HEX triplet: D9, CF and 10. RGB value is (217,207,16). Sum of RGB (Red+Green+Blue) = 217+207+16=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CF10 is #2630EF. Grayscale: #BCBCBC. Windows color (decimal): -2502896 or 1101785. OLE color: 1101785.
HSL color Cylindrical-coordinate representation of color #D9CF10: hue angle of 57.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9CF10 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 16 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.15 |
| HSL | 57.01º | 0.86% | 0.46% | - |
| HSV(B) | 57.01º | 0.93% | 0.85% | - |
| XYZ | 51.02 | 59.41 | 9.27 | - |
| YUV | 188.22 | 30.81 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 16 | 0 | 0.05 | 0.93 | 0.15 | 57.01 | 0.86 | 0.46 |
| Hex | D9 | CF | 10 | 0 | 5 | 5D | F | 39 | 56 | 2E |
| Octal | 331 | 317 | 20 | 0 | 5 | 135 | 17 | 71 | 126 | 56 |
| Binary | 11011001 | 11001111 | 10000 | 0 | 101 | 1011101 | 1111 | 111001 | 1010110 | 101110 |
Color Harmonies of #D9CF10
Complementary color
Monochromatic Colors of #D9CF10
Black with #D9CF10
Text Example
Text Example
White with #D9CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF10; }
p { color: rgb(217,207,16); }
H1.HeaderClassName
{
color: #D9CF10;
}
.AnyTagClassName
{
color: #D9CF10;
}
</style>
background-color css
<style>
a { background-color: #D9CF10; }
a { background-color: rgb(217,207,16); }
div.DivClassName
{
background-color: #D9CF10;
}
.BgClassName
{
background-color: #D9CF10;
}
</style>
border-color css
<style>
span { border-color: #D9CF10; }
span { border-color: rgb(217,207,16); }
td.TdClassName
{
border-color: #D9CF10;
}
.TagClassName
{
border-color: #D9CF10;
}
</style>