Shades of Sunflower #D2B720
Tints of Sunflower #D2B720
RGB
CMYK
RGB Variations
Color information
#D2B720 (or 0xD2B720) is known color: Sunflower. HEX triplet: D2, B7 and 20. RGB value is (210,183,32). Sum of RGB (Red+Green+Blue) = 210+183+32=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B720 is #2D48DF. Grayscale: #AEAEAE. Windows color (decimal): -2967776 or 2144210. OLE color: 2144210.
HSL color Cylindrical-coordinate representation of color #D2B720: hue angle of 50.9º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2B720 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 32 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.18 |
| HSL | 50.9º | 0.74% | 0.47% | - |
| HSV(B) | 50.9º | 0.85% | 0.82% | - |
| XYZ | 43.77 | 47.67 | 8.26 | - |
| YUV | 173.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 32 | 0 | 0.13 | 0.85 | 0.18 | 50.9 | 0.74 | 0.47 |
| Hex | D2 | B7 | 20 | 0 | D | 55 | 12 | 33 | 4A | 2F |
| Octal | 322 | 267 | 40 | 0 | 15 | 125 | 22 | 63 | 112 | 57 |
| Binary | 11010010 | 10110111 | 100000 | 0 | 1101 | 1010101 | 10010 | 110011 | 1001010 | 101111 |
Color Harmonies of #D2B720
Complementary color
Monochromatic Colors of #D2B720
Black with #D2B720
Text Example
Text Example
White with #D2B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B720; }
p { color: rgb(210,183,32); }
H1.HeaderClassName
{
color: #D2B720;
}
.AnyTagClassName
{
color: #D2B720;
}
</style>
background-color css
<style>
a { background-color: #D2B720; }
a { background-color: rgb(210,183,32); }
div.DivClassName
{
background-color: #D2B720;
}
.BgClassName
{
background-color: #D2B720;
}
</style>
border-color css
<style>
span { border-color: #D2B720; }
span { border-color: rgb(210,183,32); }
td.TdClassName
{
border-color: #D2B720;
}
.TagClassName
{
border-color: #D2B720;
}
</style>