Shades of Sunflower #D2B71B
Tints of Sunflower #D2B71B
RGB
CMYK
RGB Variations
Color information
#D2B71B (or 0xD2B71B) is known color: Sunflower. HEX triplet: D2, B7 and 1B. RGB value is (210,183,27). Sum of RGB (Red+Green+Blue) = 210+183+27=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B71B is #2D48E4. Grayscale: #ADADAD. Windows color (decimal): -2967781 or 1816530. OLE color: 1816530.
HSL color Cylindrical-coordinate representation of color #D2B71B: hue angle of 51.15º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2B71B is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 27 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.18 |
| HSL | 51.15º | 0.77% | 0.46% | - |
| HSV(B) | 51.15º | 0.87% | 0.82% | - |
| XYZ | 43.71 | 47.65 | 7.93 | - |
| YUV | 173.29 | 45.45 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 27 | 0 | 0.13 | 0.87 | 0.18 | 51.15 | 0.77 | 0.46 |
| Hex | D2 | B7 | 1B | 0 | D | 57 | 12 | 33 | 4D | 2E |
| Octal | 322 | 267 | 33 | 0 | 15 | 127 | 22 | 63 | 115 | 56 |
| Binary | 11010010 | 10110111 | 11011 | 0 | 1101 | 1010111 | 10010 | 110011 | 1001101 | 101110 |
Color Harmonies of #D2B71B
Complementary color
Monochromatic Colors of #D2B71B
Black with #D2B71B
Text Example
Text Example
White with #D2B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B71B; }
p { color: rgb(210,183,27); }
H1.HeaderClassName
{
color: #D2B71B;
}
.AnyTagClassName
{
color: #D2B71B;
}
</style>
background-color css
<style>
a { background-color: #D2B71B; }
a { background-color: rgb(210,183,27); }
div.DivClassName
{
background-color: #D2B71B;
}
.BgClassName
{
background-color: #D2B71B;
}
</style>
border-color css
<style>
span { border-color: #D2B71B; }
span { border-color: rgb(210,183,27); }
td.TdClassName
{
border-color: #D2B71B;
}
.TagClassName
{
border-color: #D2B71B;
}
</style>