Shades of Bird Flower #D0B811
Tints of Bird Flower #D0B811
RGB
CMYK
RGB Variations
Color information
#D0B811 (or 0xD0B811) is known color: Bird Flower. HEX triplet: D0, B8 and 11. RGB value is (208,184,17). Sum of RGB (Red+Green+Blue) = 208+184+17=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B811 is #2F47EE. Grayscale: #ACACAC. Windows color (decimal): -3098607 or 1161424. OLE color: 1161424.
HSL color Cylindrical-coordinate representation of color #D0B811: hue angle of 52.46º 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 #D0B811 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.18 |
| HSL | 52.46º | 0.85% | 0.44% | - |
| HSV(B) | 52.46º | 0.92% | 0.82% | - |
| XYZ | 43.25 | 47.73 | 7.46 | - |
| YUV | 172.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 17 | 0 | 0.12 | 0.92 | 0.18 | 52.46 | 0.85 | 0.44 |
| Hex | D0 | B8 | 11 | 0 | C | 5C | 12 | 34 | 55 | 2C |
| Octal | 320 | 270 | 21 | 0 | 14 | 134 | 22 | 64 | 125 | 54 |
| Binary | 11010000 | 10111000 | 10001 | 0 | 1100 | 1011100 | 10010 | 110100 | 1010101 | 101100 |
Color Harmonies of #D0B811
Complementary color
Monochromatic Colors of #D0B811
Black with #D0B811
Text Example
Text Example
White with #D0B811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B811; }
p { color: rgb(208,184,17); }
H1.HeaderClassName
{
color: #D0B811;
}
.AnyTagClassName
{
color: #D0B811;
}
</style>
background-color css
<style>
a { background-color: #D0B811; }
a { background-color: rgb(208,184,17); }
div.DivClassName
{
background-color: #D0B811;
}
.BgClassName
{
background-color: #D0B811;
}
</style>
border-color css
<style>
span { border-color: #D0B811; }
span { border-color: rgb(208,184,17); }
td.TdClassName
{
border-color: #D0B811;
}
.TagClassName
{
border-color: #D0B811;
}
</style>