Shades of Bird Flower #D0C911
Tints of Bird Flower #D0C911
RGB
CMYK
RGB Variations
Color information
#D0C911 (or 0xD0C911) is known color: Bird Flower. HEX triplet: D0, C9 and 11. RGB value is (208,201,17). Sum of RGB (Red+Green+Blue) = 208+201+17=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C911 is #2F36EE. Grayscale: #B6B6B6. Windows color (decimal): -3094255 or 1165776. OLE color: 1165776.
HSL color Cylindrical-coordinate representation of color #D0C911: hue angle of 57.8º 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 #D0C911 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 17 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.18 |
| HSL | 57.8º | 0.85% | 0.44% | - |
| HSV(B) | 57.8º | 0.92% | 0.82% | - |
| XYZ | 47 | 55.22 | 8.71 | - |
| YUV | 182.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 17 | 0 | 0.03 | 0.92 | 0.18 | 57.8 | 0.85 | 0.44 |
| Hex | D0 | C9 | 11 | 0 | 3 | 5C | 12 | 3A | 55 | 2C |
| Octal | 320 | 311 | 21 | 0 | 3 | 134 | 22 | 72 | 125 | 54 |
| Binary | 11010000 | 11001001 | 10001 | 0 | 11 | 1011100 | 10010 | 111010 | 1010101 | 101100 |
Color Harmonies of #D0C911
Complementary color
Monochromatic Colors of #D0C911
Black with #D0C911
Text Example
Text Example
White with #D0C911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C911; }
p { color: rgb(208,201,17); }
H1.HeaderClassName
{
color: #D0C911;
}
.AnyTagClassName
{
color: #D0C911;
}
</style>
background-color css
<style>
a { background-color: #D0C911; }
a { background-color: rgb(208,201,17); }
div.DivClassName
{
background-color: #D0C911;
}
.BgClassName
{
background-color: #D0C911;
}
</style>
border-color css
<style>
span { border-color: #D0C911; }
span { border-color: rgb(208,201,17); }
td.TdClassName
{
border-color: #D0C911;
}
.TagClassName
{
border-color: #D0C911;
}
</style>