Shades of Bird Flower #D0BF16
Tints of Bird Flower #D0BF16
RGB
CMYK
RGB Variations
Color information
#D0BF16 (or 0xD0BF16) is known color: Bird Flower. HEX triplet: D0, BF and 16. RGB value is (208,191,22). Sum of RGB (Red+Green+Blue) = 208+191+22=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BF16 is #2F40E9. Grayscale: #B1B1B1. Windows color (decimal): -3096810 or 1490896. OLE color: 1490896.
HSL color Cylindrical-coordinate representation of color #D0BF16: hue angle of 54.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0BF16 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 22 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.18 |
| HSL | 54.52º | 0.81% | 0.45% | - |
| HSV(B) | 54.52º | 0.89% | 0.82% | - |
| XYZ | 44.79 | 50.73 | 8.19 | - |
| YUV | 176.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 22 | 0 | 0.08 | 0.89 | 0.18 | 54.52 | 0.81 | 0.45 |
| Hex | D0 | BF | 16 | 0 | 8 | 59 | 12 | 37 | 51 | 2D |
| Octal | 320 | 277 | 26 | 0 | 10 | 131 | 22 | 67 | 121 | 55 |
| Binary | 11010000 | 10111111 | 10110 | 0 | 1000 | 1011001 | 10010 | 110111 | 1010001 | 101101 |
Color Harmonies of #D0BF16
Complementary color
Monochromatic Colors of #D0BF16
Black with #D0BF16
Text Example
Text Example
White with #D0BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF16; }
p { color: rgb(208,191,22); }
H1.HeaderClassName
{
color: #D0BF16;
}
.AnyTagClassName
{
color: #D0BF16;
}
</style>
background-color css
<style>
a { background-color: #D0BF16; }
a { background-color: rgb(208,191,22); }
div.DivClassName
{
background-color: #D0BF16;
}
.BgClassName
{
background-color: #D0BF16;
}
</style>
border-color css
<style>
span { border-color: #D0BF16; }
span { border-color: rgb(208,191,22); }
td.TdClassName
{
border-color: #D0BF16;
}
.TagClassName
{
border-color: #D0BF16;
}
</style>