Shades of Bird Flower #D2B70D
Tints of Bird Flower #D2B70D
RGB
CMYK
RGB Variations
Color information
#D2B70D (or 0xD2B70D) is known color: Bird Flower. HEX triplet: D2, B7 and 0D. RGB value is (210,183,13). Sum of RGB (Red+Green+Blue) = 210+183+13=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B70D is #2D48F2. Grayscale: #ACACAC. Windows color (decimal): -2967795 or 899026. OLE color: 899026.
HSL color Cylindrical-coordinate representation of color #D2B70D: hue angle of 51.78º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2B70D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.18 |
| HSL | 51.78º | 0.88% | 0.44% | - |
| HSV(B) | 51.78º | 0.94% | 0.82% | - |
| XYZ | 43.58 | 47.6 | 7.27 | - |
| YUV | 171.69 | 38.45 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 13 | 0 | 0.13 | 0.94 | 0.18 | 51.78 | 0.88 | 0.44 |
| Hex | D2 | B7 | D | 0 | D | 5E | 12 | 34 | 58 | 2C |
| Octal | 322 | 267 | 15 | 0 | 15 | 136 | 22 | 64 | 130 | 54 |
| Binary | 11010010 | 10110111 | 1101 | 0 | 1101 | 1011110 | 10010 | 110100 | 1011000 | 101100 |
Color Harmonies of #D2B70D
Complementary color
Monochromatic Colors of #D2B70D
Black with #D2B70D
Text Example
Text Example
White with #D2B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B70D; }
p { color: rgb(210,183,13); }
H1.HeaderClassName
{
color: #D2B70D;
}
.AnyTagClassName
{
color: #D2B70D;
}
</style>
background-color css
<style>
a { background-color: #D2B70D; }
a { background-color: rgb(210,183,13); }
div.DivClassName
{
background-color: #D2B70D;
}
.BgClassName
{
background-color: #D2B70D;
}
</style>
border-color css
<style>
span { border-color: #D2B70D; }
span { border-color: rgb(210,183,13); }
td.TdClassName
{
border-color: #D2B70D;
}
.TagClassName
{
border-color: #D2B70D;
}
</style>