Shades of Bird Flower #D0CE0A
Tints of Bird Flower #D0CE0A
RGB
CMYK
RGB Variations
Color information
#D0CE0A (or 0xD0CE0A) is known color: Bird Flower. HEX triplet: D0, CE and 0A. RGB value is (208,206,10). Sum of RGB (Red+Green+Blue) = 208+206+10=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CE0A is #2F31F5. Grayscale: #B9B9B9. Windows color (decimal): -3092982 or 708304. OLE color: 708304.
HSL color Cylindrical-coordinate representation of color #D0CE0A: hue angle of 59.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0CE0A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.18 |
| HSL | 59.39º | 0.91% | 0.43% | - |
| HSV(B) | 59.39º | 0.95% | 0.82% | - |
| XYZ | 48.14 | 57.57 | 8.86 | - |
| YUV | 184.25 | 29.66 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 10 | 0 | 0.01 | 0.95 | 0.18 | 59.39 | 0.91 | 0.43 |
| Hex | D0 | CE | A | 0 | 1 | 5F | 12 | 3B | 5B | 2B |
| Octal | 320 | 316 | 12 | 0 | 1 | 137 | 22 | 73 | 133 | 53 |
| Binary | 11010000 | 11001110 | 1010 | 0 | 1 | 1011111 | 10010 | 111011 | 1011011 | 101011 |
Color Harmonies of #D0CE0A
Complementary color
Monochromatic Colors of #D0CE0A
Black with #D0CE0A
Text Example
Text Example
White with #D0CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE0A; }
p { color: rgb(208,206,10); }
H1.HeaderClassName
{
color: #D0CE0A;
}
.AnyTagClassName
{
color: #D0CE0A;
}
</style>
background-color css
<style>
a { background-color: #D0CE0A; }
a { background-color: rgb(208,206,10); }
div.DivClassName
{
background-color: #D0CE0A;
}
.BgClassName
{
background-color: #D0CE0A;
}
</style>
border-color css
<style>
span { border-color: #D0CE0A; }
span { border-color: rgb(208,206,10); }
td.TdClassName
{
border-color: #D0CE0A;
}
.TagClassName
{
border-color: #D0CE0A;
}
</style>