Shades of Bird Flower #D0CE11
Tints of Bird Flower #D0CE11
RGB
CMYK
RGB Variations
Color information
#D0CE11 (or 0xD0CE11) is known color: Bird Flower. HEX triplet: D0, CE and 11. RGB value is (208,206,17). Sum of RGB (Red+Green+Blue) = 208+206+17=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CE11 is #2F31EE. Grayscale: #B9B9B9. Windows color (decimal): -3092975 or 1167056. OLE color: 1167056.
HSL color Cylindrical-coordinate representation of color #D0CE11: hue angle of 59.37º 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 #D0CE11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 17 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.18 |
| HSL | 59.37º | 0.85% | 0.44% | - |
| HSV(B) | 59.37º | 0.92% | 0.82% | - |
| XYZ | 48.18 | 57.59 | 9.11 | - |
| YUV | 185.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 17 | 0 | 0.01 | 0.92 | 0.18 | 59.37 | 0.85 | 0.44 |
| Hex | D0 | CE | 11 | 0 | 1 | 5C | 12 | 3B | 55 | 2C |
| Octal | 320 | 316 | 21 | 0 | 1 | 134 | 22 | 73 | 125 | 54 |
| Binary | 11010000 | 11001110 | 10001 | 0 | 1 | 1011100 | 10010 | 111011 | 1010101 | 101100 |
Color Harmonies of #D0CE11
Complementary color
Monochromatic Colors of #D0CE11
Black with #D0CE11
Text Example
Text Example
White with #D0CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE11; }
p { color: rgb(208,206,17); }
H1.HeaderClassName
{
color: #D0CE11;
}
.AnyTagClassName
{
color: #D0CE11;
}
</style>
background-color css
<style>
a { background-color: #D0CE11; }
a { background-color: rgb(208,206,17); }
div.DivClassName
{
background-color: #D0CE11;
}
.BgClassName
{
background-color: #D0CE11;
}
</style>
border-color css
<style>
span { border-color: #D0CE11; }
span { border-color: rgb(208,206,17); }
td.TdClassName
{
border-color: #D0CE11;
}
.TagClassName
{
border-color: #D0CE11;
}
</style>