Shades of Bird Flower #D2B516
Tints of Bird Flower #D2B516
RGB
CMYK
RGB Variations
Color information
#D2B516 (or 0xD2B516) is known color: Bird Flower. HEX triplet: D2, B5 and 16. RGB value is (210,181,22). Sum of RGB (Red+Green+Blue) = 210+181+22=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B516 is #2D4AE9. Grayscale: #ACACAC. Windows color (decimal): -2968298 or 1488338. OLE color: 1488338.
HSL color Cylindrical-coordinate representation of color #D2B516: hue angle of 50.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2B516 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.18 |
| HSL | 50.74º | 0.81% | 0.45% | - |
| HSV(B) | 50.74º | 0.9% | 0.82% | - |
| XYZ | 43.25 | 46.81 | 7.51 | - |
| YUV | 171.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 22 | 0 | 0.14 | 0.90 | 0.18 | 50.74 | 0.81 | 0.45 |
| Hex | D2 | B5 | 16 | 0 | E | 5A | 12 | 33 | 51 | 2D |
| Octal | 322 | 265 | 26 | 0 | 16 | 132 | 22 | 63 | 121 | 55 |
| Binary | 11010010 | 10110101 | 10110 | 0 | 1110 | 1011010 | 10010 | 110011 | 1010001 | 101101 |
Color Harmonies of #D2B516
Complementary color
Monochromatic Colors of #D2B516
Black with #D2B516
Text Example
Text Example
White with #D2B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B516; }
p { color: rgb(210,181,22); }
H1.HeaderClassName
{
color: #D2B516;
}
.AnyTagClassName
{
color: #D2B516;
}
</style>
background-color css
<style>
a { background-color: #D2B516; }
a { background-color: rgb(210,181,22); }
div.DivClassName
{
background-color: #D2B516;
}
.BgClassName
{
background-color: #D2B516;
}
</style>
border-color css
<style>
span { border-color: #D2B516; }
span { border-color: rgb(210,181,22); }
td.TdClassName
{
border-color: #D2B516;
}
.TagClassName
{
border-color: #D2B516;
}
</style>