Shades of Bird Flower #D2B71A
Tints of Bird Flower #D2B71A
RGB
CMYK
RGB Variations
Color information
#D2B71A (or 0xD2B71A) is known color: Bird Flower. HEX triplet: D2, B7 and 1A. RGB value is (210,183,26). Sum of RGB (Red+Green+Blue) = 210+183+26=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B71A is #2D48E5. Grayscale: #ADADAD. Windows color (decimal): -2967782 or 1750994. OLE color: 1750994.
HSL color Cylindrical-coordinate representation of color #D2B71A: hue angle of 51.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2B71A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 26 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.18 |
| HSL | 51.2º | 0.78% | 0.46% | - |
| HSV(B) | 51.2º | 0.88% | 0.82% | - |
| XYZ | 43.7 | 47.64 | 7.87 | - |
| YUV | 173.18 | 44.95 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 26 | 0 | 0.13 | 0.88 | 0.18 | 51.2 | 0.78 | 0.46 |
| Hex | D2 | B7 | 1A | 0 | D | 58 | 12 | 33 | 4E | 2E |
| Octal | 322 | 267 | 32 | 0 | 15 | 130 | 22 | 63 | 116 | 56 |
| Binary | 11010010 | 10110111 | 11010 | 0 | 1101 | 1011000 | 10010 | 110011 | 1001110 | 101110 |
Color Harmonies of #D2B71A
Complementary color
Monochromatic Colors of #D2B71A
Black with #D2B71A
Text Example
Text Example
White with #D2B71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B71A; }
p { color: rgb(210,183,26); }
H1.HeaderClassName
{
color: #D2B71A;
}
.AnyTagClassName
{
color: #D2B71A;
}
</style>
background-color css
<style>
a { background-color: #D2B71A; }
a { background-color: rgb(210,183,26); }
div.DivClassName
{
background-color: #D2B71A;
}
.BgClassName
{
background-color: #D2B71A;
}
</style>
border-color css
<style>
span { border-color: #D2B71A; }
span { border-color: rgb(210,183,26); }
td.TdClassName
{
border-color: #D2B71A;
}
.TagClassName
{
border-color: #D2B71A;
}
</style>