Shades of Bird Flower #D0C211
Tints of Bird Flower #D0C211
RGB
CMYK
RGB Variations
Color information
#D0C211 (or 0xD0C211) is known color: Bird Flower. HEX triplet: D0, C2 and 11. RGB value is (208,194,17). Sum of RGB (Red+Green+Blue) = 208+194+17=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C211 is #2F3DEE. Grayscale: #B2B2B2. Windows color (decimal): -3096047 or 1163984. OLE color: 1163984.
HSL color Cylindrical-coordinate representation of color #D0C211: hue angle of 55.6º 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 #D0C211 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.18 |
| HSL | 55.6º | 0.85% | 0.44% | - |
| HSV(B) | 55.6º | 0.92% | 0.82% | - |
| XYZ | 45.41 | 52.03 | 8.18 | - |
| YUV | 178.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 17 | 0 | 0.07 | 0.92 | 0.18 | 55.6 | 0.85 | 0.44 |
| Hex | D0 | C2 | 11 | 0 | 7 | 5C | 12 | 38 | 55 | 2C |
| Octal | 320 | 302 | 21 | 0 | 7 | 134 | 22 | 70 | 125 | 54 |
| Binary | 11010000 | 11000010 | 10001 | 0 | 111 | 1011100 | 10010 | 111000 | 1010101 | 101100 |
Color Harmonies of #D0C211
Complementary color
Monochromatic Colors of #D0C211
Black with #D0C211
Text Example
Text Example
White with #D0C211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C211; }
p { color: rgb(208,194,17); }
H1.HeaderClassName
{
color: #D0C211;
}
.AnyTagClassName
{
color: #D0C211;
}
</style>
background-color css
<style>
a { background-color: #D0C211; }
a { background-color: rgb(208,194,17); }
div.DivClassName
{
background-color: #D0C211;
}
.BgClassName
{
background-color: #D0C211;
}
</style>
border-color css
<style>
span { border-color: #D0C211; }
span { border-color: rgb(208,194,17); }
td.TdClassName
{
border-color: #D0C211;
}
.TagClassName
{
border-color: #D0C211;
}
</style>