Shades of Bird Flower #D0BB13
Tints of Bird Flower #D0BB13
RGB
CMYK
RGB Variations
Color information
#D0BB13 (or 0xD0BB13) is known color: Bird Flower. HEX triplet: D0, BB and 13. RGB value is (208,187,19). Sum of RGB (Red+Green+Blue) = 208+187+19=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BB13 is #2F44EC. Grayscale: #AEAEAE. Windows color (decimal): -3097837 or 1293264. OLE color: 1293264.
HSL color Cylindrical-coordinate representation of color #D0BB13: hue angle of 53.33º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0BB13 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 19 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.18 |
| HSL | 53.33º | 0.83% | 0.45% | - |
| HSV(B) | 53.33º | 0.91% | 0.82% | - |
| XYZ | 43.9 | 49 | 7.76 | - |
| YUV | 174.13 | 40.46 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 19 | 0 | 0.10 | 0.91 | 0.18 | 53.33 | 0.83 | 0.45 |
| Hex | D0 | BB | 13 | 0 | A | 5B | 12 | 35 | 53 | 2D |
| Octal | 320 | 273 | 23 | 0 | 12 | 133 | 22 | 65 | 123 | 55 |
| Binary | 11010000 | 10111011 | 10011 | 0 | 1010 | 1011011 | 10010 | 110101 | 1010011 | 101101 |
Color Harmonies of #D0BB13
Complementary color
Monochromatic Colors of #D0BB13
Black with #D0BB13
Text Example
Text Example
White with #D0BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB13; }
p { color: rgb(208,187,19); }
H1.HeaderClassName
{
color: #D0BB13;
}
.AnyTagClassName
{
color: #D0BB13;
}
</style>
background-color css
<style>
a { background-color: #D0BB13; }
a { background-color: rgb(208,187,19); }
div.DivClassName
{
background-color: #D0BB13;
}
.BgClassName
{
background-color: #D0BB13;
}
</style>
border-color css
<style>
span { border-color: #D0BB13; }
span { border-color: rgb(208,187,19); }
td.TdClassName
{
border-color: #D0BB13;
}
.TagClassName
{
border-color: #D0BB13;
}
</style>