Shades of Bird Flower #D0BB12
Tints of Bird Flower #D0BB12
RGB
CMYK
RGB Variations
Color information
#D0BB12 (or 0xD0BB12) is known color: Bird Flower. HEX triplet: D0, BB and 12. RGB value is (208,187,18). Sum of RGB (Red+Green+Blue) = 208+187+18=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BB12 is #2F44ED. Grayscale: #AEAEAE. Windows color (decimal): -3097838 or 1227728. OLE color: 1227728.
HSL color Cylindrical-coordinate representation of color #D0BB12: hue angle of 53.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0BB12 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 18 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.18 |
| HSL | 53.37º | 0.84% | 0.44% | - |
| HSV(B) | 53.37º | 0.91% | 0.82% | - |
| XYZ | 43.89 | 48.99 | 7.72 | - |
| YUV | 174.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 18 | 0 | 0.10 | 0.91 | 0.18 | 53.37 | 0.84 | 0.44 |
| Hex | D0 | BB | 12 | 0 | A | 5B | 12 | 35 | 54 | 2C |
| Octal | 320 | 273 | 22 | 0 | 12 | 133 | 22 | 65 | 124 | 54 |
| Binary | 11010000 | 10111011 | 10010 | 0 | 1010 | 1011011 | 10010 | 110101 | 1010100 | 101100 |
Color Harmonies of #D0BB12
Complementary color
Monochromatic Colors of #D0BB12
Black with #D0BB12
Text Example
Text Example
White with #D0BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB12; }
p { color: rgb(208,187,18); }
H1.HeaderClassName
{
color: #D0BB12;
}
.AnyTagClassName
{
color: #D0BB12;
}
</style>
background-color css
<style>
a { background-color: #D0BB12; }
a { background-color: rgb(208,187,18); }
div.DivClassName
{
background-color: #D0BB12;
}
.BgClassName
{
background-color: #D0BB12;
}
</style>
border-color css
<style>
span { border-color: #D0BB12; }
span { border-color: rgb(208,187,18); }
td.TdClassName
{
border-color: #D0BB12;
}
.TagClassName
{
border-color: #D0BB12;
}
</style>