Shades of Sunflower #D2B722
Tints of Sunflower #D2B722
RGB
CMYK
RGB Variations
Color information
#D2B722 (or 0xD2B722) is known color: Sunflower. HEX triplet: D2, B7 and 22. RGB value is (210,183,34). Sum of RGB (Red+Green+Blue) = 210+183+34=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B722 is #2D48DD. Grayscale: #AEAEAE. Windows color (decimal): -2967774 or 2275282. OLE color: 2275282.
HSL color Cylindrical-coordinate representation of color #D2B722: hue angle of 50.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2B722 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 34 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.18 |
| HSL | 50.8º | 0.72% | 0.48% | - |
| HSV(B) | 50.8º | 0.84% | 0.82% | - |
| XYZ | 43.8 | 47.68 | 8.41 | - |
| YUV | 174.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 34 | 0 | 0.13 | 0.84 | 0.18 | 50.8 | 0.72 | 0.48 |
| Hex | D2 | B7 | 22 | 0 | D | 54 | 12 | 33 | 48 | 30 |
| Octal | 322 | 267 | 42 | 0 | 15 | 124 | 22 | 63 | 110 | 60 |
| Binary | 11010010 | 10110111 | 100010 | 0 | 1101 | 1010100 | 10010 | 110011 | 1001000 | 110000 |
Color Harmonies of #D2B722
Complementary color
Monochromatic Colors of #D2B722
Black with #D2B722
Text Example
Text Example
White with #D2B722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B722; }
p { color: rgb(210,183,34); }
H1.HeaderClassName
{
color: #D2B722;
}
.AnyTagClassName
{
color: #D2B722;
}
</style>
background-color css
<style>
a { background-color: #D2B722; }
a { background-color: rgb(210,183,34); }
div.DivClassName
{
background-color: #D2B722;
}
.BgClassName
{
background-color: #D2B722;
}
</style>
border-color css
<style>
span { border-color: #D2B722; }
span { border-color: rgb(210,183,34); }
td.TdClassName
{
border-color: #D2B722;
}
.TagClassName
{
border-color: #D2B722;
}
</style>