Shades of Bird Flower #D0C20A
Tints of Bird Flower #D0C20A
RGB
CMYK
RGB Variations
Color information
#D0C20A (or 0xD0C20A) is known color: Bird Flower. HEX triplet: D0, C2 and 0A. RGB value is (208,194,10). Sum of RGB (Red+Green+Blue) = 208+194+10=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C20A is #2F3DF5. Grayscale: #B1B1B1. Windows color (decimal): -3096054 or 705232. OLE color: 705232.
HSL color Cylindrical-coordinate representation of color #D0C20A: hue angle of 55.76º 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 #D0C20A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.18 |
| HSL | 55.76º | 0.91% | 0.43% | - |
| HSV(B) | 55.76º | 0.95% | 0.82% | - |
| XYZ | 45.36 | 52.02 | 7.94 | - |
| YUV | 177.21 | 33.64 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 10 | 0 | 0.07 | 0.95 | 0.18 | 55.76 | 0.91 | 0.43 |
| Hex | D0 | C2 | A | 0 | 7 | 5F | 12 | 38 | 5B | 2B |
| Octal | 320 | 302 | 12 | 0 | 7 | 137 | 22 | 70 | 133 | 53 |
| Binary | 11010000 | 11000010 | 1010 | 0 | 111 | 1011111 | 10010 | 111000 | 1011011 | 101011 |
Color Harmonies of #D0C20A
Complementary color
Monochromatic Colors of #D0C20A
Black with #D0C20A
Text Example
Text Example
White with #D0C20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C20A; }
p { color: rgb(208,194,10); }
H1.HeaderClassName
{
color: #D0C20A;
}
.AnyTagClassName
{
color: #D0C20A;
}
</style>
background-color css
<style>
a { background-color: #D0C20A; }
a { background-color: rgb(208,194,10); }
div.DivClassName
{
background-color: #D0C20A;
}
.BgClassName
{
background-color: #D0C20A;
}
</style>
border-color css
<style>
span { border-color: #D0C20A; }
span { border-color: rgb(208,194,10); }
td.TdClassName
{
border-color: #D0C20A;
}
.TagClassName
{
border-color: #D0C20A;
}
</style>