Shades of Bird Flower #D0CE12
Tints of Bird Flower #D0CE12
RGB
CMYK
RGB Variations
Color information
#D0CE12 (or 0xD0CE12) is known color: Bird Flower. HEX triplet: D0, CE and 12. RGB value is (208,206,18). Sum of RGB (Red+Green+Blue) = 208+206+18=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CE12 is #2F31ED. Grayscale: #B9B9B9. Windows color (decimal): -3092974 or 1232592. OLE color: 1232592.
HSL color Cylindrical-coordinate representation of color #D0CE12: hue angle of 59.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0CE12 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 18 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.18 |
| HSL | 59.37º | 0.84% | 0.44% | - |
| HSV(B) | 59.37º | 0.91% | 0.82% | - |
| XYZ | 48.19 | 57.6 | 9.15 | - |
| YUV | 185.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 18 | 0 | 0.01 | 0.91 | 0.18 | 59.37 | 0.84 | 0.44 |
| Hex | D0 | CE | 12 | 0 | 1 | 5B | 12 | 3B | 54 | 2C |
| Octal | 320 | 316 | 22 | 0 | 1 | 133 | 22 | 73 | 124 | 54 |
| Binary | 11010000 | 11001110 | 10010 | 0 | 1 | 1011011 | 10010 | 111011 | 1010100 | 101100 |
Color Harmonies of #D0CE12
Complementary color
Monochromatic Colors of #D0CE12
Black with #D0CE12
Text Example
Text Example
White with #D0CE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE12; }
p { color: rgb(208,206,18); }
H1.HeaderClassName
{
color: #D0CE12;
}
.AnyTagClassName
{
color: #D0CE12;
}
</style>
background-color css
<style>
a { background-color: #D0CE12; }
a { background-color: rgb(208,206,18); }
div.DivClassName
{
background-color: #D0CE12;
}
.BgClassName
{
background-color: #D0CE12;
}
</style>
border-color css
<style>
span { border-color: #D0CE12; }
span { border-color: rgb(208,206,18); }
td.TdClassName
{
border-color: #D0CE12;
}
.TagClassName
{
border-color: #D0CE12;
}
</style>