Shades of Bird Flower #D0B511
Tints of Bird Flower #D0B511
RGB
CMYK
RGB Variations
Color information
#D0B511 (or 0xD0B511) is known color: Bird Flower. HEX triplet: D0, B5 and 11. RGB value is (208,181,17). Sum of RGB (Red+Green+Blue) = 208+181+17=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B511 is #2F4AEE. Grayscale: #ABABAB. Windows color (decimal): -3099375 or 1160656. OLE color: 1160656.
HSL color Cylindrical-coordinate representation of color #D0B511: hue angle of 51.52º 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 #D0B511 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 17 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.18 |
| HSL | 51.52º | 0.85% | 0.44% | - |
| HSV(B) | 51.52º | 0.92% | 0.82% | - |
| XYZ | 42.64 | 46.5 | 7.26 | - |
| YUV | 170.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 17 | 0 | 0.13 | 0.92 | 0.18 | 51.52 | 0.85 | 0.44 |
| Hex | D0 | B5 | 11 | 0 | D | 5C | 12 | 34 | 55 | 2C |
| Octal | 320 | 265 | 21 | 0 | 15 | 134 | 22 | 64 | 125 | 54 |
| Binary | 11010000 | 10110101 | 10001 | 0 | 1101 | 1011100 | 10010 | 110100 | 1010101 | 101100 |
Color Harmonies of #D0B511
Complementary color
Monochromatic Colors of #D0B511
Black with #D0B511
Text Example
Text Example
White with #D0B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B511; }
p { color: rgb(208,181,17); }
H1.HeaderClassName
{
color: #D0B511;
}
.AnyTagClassName
{
color: #D0B511;
}
</style>
background-color css
<style>
a { background-color: #D0B511; }
a { background-color: rgb(208,181,17); }
div.DivClassName
{
background-color: #D0B511;
}
.BgClassName
{
background-color: #D0B511;
}
</style>
border-color css
<style>
span { border-color: #D0B511; }
span { border-color: rgb(208,181,17); }
td.TdClassName
{
border-color: #D0B511;
}
.TagClassName
{
border-color: #D0B511;
}
</style>