Shades of Bird Flower #D1CF11
Tints of Bird Flower #D1CF11
RGB
CMYK
RGB Variations
Color information
#D1CF11 (or 0xD1CF11) is known color: Bird Flower. HEX triplet: D1, CF and 11. RGB value is (209,207,17). Sum of RGB (Red+Green+Blue) = 209+207+17=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF11 is #2E30EE. Grayscale: #BABABA. Windows color (decimal): -3027183 or 1167313. OLE color: 1167313.
HSL color Cylindrical-coordinate representation of color #D1CF11: hue angle of 59.38º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1CF11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.18 |
| HSL | 59.38º | 0.85% | 0.44% | - |
| HSV(B) | 59.38º | 0.92% | 0.82% | - |
| XYZ | 48.71 | 58.22 | 9.2 | - |
| YUV | 185.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 17 | 0 | 0.01 | 0.92 | 0.18 | 59.38 | 0.85 | 0.44 |
| Hex | D1 | CF | 11 | 0 | 1 | 5C | 12 | 3B | 55 | 2C |
| Octal | 321 | 317 | 21 | 0 | 1 | 134 | 22 | 73 | 125 | 54 |
| Binary | 11010001 | 11001111 | 10001 | 0 | 1 | 1011100 | 10010 | 111011 | 1010101 | 101100 |
Color Harmonies of #D1CF11
Complementary color
Monochromatic Colors of #D1CF11
Black with #D1CF11
Text Example
Text Example
White with #D1CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF11; }
p { color: rgb(209,207,17); }
H1.HeaderClassName
{
color: #D1CF11;
}
.AnyTagClassName
{
color: #D1CF11;
}
</style>
background-color css
<style>
a { background-color: #D1CF11; }
a { background-color: rgb(209,207,17); }
div.DivClassName
{
background-color: #D1CF11;
}
.BgClassName
{
background-color: #D1CF11;
}
</style>
border-color css
<style>
span { border-color: #D1CF11; }
span { border-color: rgb(209,207,17); }
td.TdClassName
{
border-color: #D1CF11;
}
.TagClassName
{
border-color: #D1CF11;
}
</style>