Shades of Bird Flower #D0CE10
Tints of Bird Flower #D0CE10
RGB
CMYK
RGB Variations
Color information
#D0CE10 (or 0xD0CE10) is known color: Bird Flower. HEX triplet: D0, CE and 10. RGB value is (208,206,16). Sum of RGB (Red+Green+Blue) = 208+206+16=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CE10 is #2F31EF. Grayscale: #B9B9B9. Windows color (decimal): -3092976 or 1101520. OLE color: 1101520.
HSL color Cylindrical-coordinate representation of color #D0CE10: hue angle of 59.38º degrees, saturation: 0.86, 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 #D0CE10 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.18 |
| HSL | 59.38º | 0.86% | 0.44% | - |
| HSV(B) | 59.38º | 0.92% | 0.82% | - |
| XYZ | 48.18 | 57.59 | 9.07 | - |
| YUV | 184.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 16 | 0 | 0.01 | 0.92 | 0.18 | 59.38 | 0.86 | 0.44 |
| Hex | D0 | CE | 10 | 0 | 1 | 5C | 12 | 3B | 56 | 2C |
| Octal | 320 | 316 | 20 | 0 | 1 | 134 | 22 | 73 | 126 | 54 |
| Binary | 11010000 | 11001110 | 10000 | 0 | 1 | 1011100 | 10010 | 111011 | 1010110 | 101100 |
Color Harmonies of #D0CE10
Complementary color
Monochromatic Colors of #D0CE10
Black with #D0CE10
Text Example
Text Example
White with #D0CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE10; }
p { color: rgb(208,206,16); }
H1.HeaderClassName
{
color: #D0CE10;
}
.AnyTagClassName
{
color: #D0CE10;
}
</style>
background-color css
<style>
a { background-color: #D0CE10; }
a { background-color: rgb(208,206,16); }
div.DivClassName
{
background-color: #D0CE10;
}
.BgClassName
{
background-color: #D0CE10;
}
</style>
border-color css
<style>
span { border-color: #D0CE10; }
span { border-color: rgb(208,206,16); }
td.TdClassName
{
border-color: #D0CE10;
}
.TagClassName
{
border-color: #D0CE10;
}
</style>