Shades of Bird Flower #D2B615
Tints of Bird Flower #D2B615
RGB
CMYK
RGB Variations
Color information
#D2B615 (or 0xD2B615) is known color: Bird Flower. HEX triplet: D2, B6 and 15. RGB value is (210,182,21). Sum of RGB (Red+Green+Blue) = 210+182+21=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B615 is #2D49EA. Grayscale: #ACACAC. Windows color (decimal): -2968043 or 1423058. OLE color: 1423058.
HSL color Cylindrical-coordinate representation of color #D2B615: hue angle of 51.11º degrees, saturation: 0.82, 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 #D2B615 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.18 |
| HSL | 51.11º | 0.82% | 0.45% | - |
| HSV(B) | 51.11º | 0.9% | 0.82% | - |
| XYZ | 43.44 | 47.21 | 7.53 | - |
| YUV | 172.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 21 | 0 | 0.13 | 0.90 | 0.18 | 51.11 | 0.82 | 0.45 |
| Hex | D2 | B6 | 15 | 0 | D | 5A | 12 | 33 | 52 | 2D |
| Octal | 322 | 266 | 25 | 0 | 15 | 132 | 22 | 63 | 122 | 55 |
| Binary | 11010010 | 10110110 | 10101 | 0 | 1101 | 1011010 | 10010 | 110011 | 1010010 | 101101 |
Color Harmonies of #D2B615
Complementary color
Monochromatic Colors of #D2B615
Black with #D2B615
Text Example
Text Example
White with #D2B615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B615; }
p { color: rgb(210,182,21); }
H1.HeaderClassName
{
color: #D2B615;
}
.AnyTagClassName
{
color: #D2B615;
}
</style>
background-color css
<style>
a { background-color: #D2B615; }
a { background-color: rgb(210,182,21); }
div.DivClassName
{
background-color: #D2B615;
}
.BgClassName
{
background-color: #D2B615;
}
</style>
border-color css
<style>
span { border-color: #D2B615; }
span { border-color: rgb(210,182,21); }
td.TdClassName
{
border-color: #D2B615;
}
.TagClassName
{
border-color: #D2B615;
}
</style>