Shades of Bird Flower #D0BB0B
Tints of Bird Flower #D0BB0B
RGB
CMYK
RGB Variations
Color information
#D0BB0B (or 0xD0BB0B) is known color: Bird Flower. HEX triplet: D0, BB and 0B. RGB value is (208,187,11). Sum of RGB (Red+Green+Blue) = 208+187+11=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BB0B is #2F44F4. Grayscale: #ADADAD. Windows color (decimal): -3097845 or 768976. OLE color: 768976.
HSL color Cylindrical-coordinate representation of color #D0BB0B: hue angle of 53.6º degrees, saturation: 0.9, 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 #D0BB0B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.18 |
| HSL | 53.6º | 0.9% | 0.43% | - |
| HSV(B) | 53.6º | 0.95% | 0.82% | - |
| XYZ | 43.84 | 48.97 | 7.46 | - |
| YUV | 173.22 | 36.46 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 11 | 0 | 0.10 | 0.95 | 0.18 | 53.6 | 0.9 | 0.43 |
| Hex | D0 | BB | B | 0 | A | 5F | 12 | 36 | 5A | 2B |
| Octal | 320 | 273 | 13 | 0 | 12 | 137 | 22 | 66 | 132 | 53 |
| Binary | 11010000 | 10111011 | 1011 | 0 | 1010 | 1011111 | 10010 | 110110 | 1011010 | 101011 |
Color Harmonies of #D0BB0B
Complementary color
Monochromatic Colors of #D0BB0B
Black with #D0BB0B
Text Example
Text Example
White with #D0BB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB0B; }
p { color: rgb(208,187,11); }
H1.HeaderClassName
{
color: #D0BB0B;
}
.AnyTagClassName
{
color: #D0BB0B;
}
</style>
background-color css
<style>
a { background-color: #D0BB0B; }
a { background-color: rgb(208,187,11); }
div.DivClassName
{
background-color: #D0BB0B;
}
.BgClassName
{
background-color: #D0BB0B;
}
</style>
border-color css
<style>
span { border-color: #D0BB0B; }
span { border-color: rgb(208,187,11); }
td.TdClassName
{
border-color: #D0BB0B;
}
.TagClassName
{
border-color: #D0BB0B;
}
</style>