Shades of Sunflower #D2B820
Tints of Sunflower #D2B820
RGB
CMYK
RGB Variations
Color information
#D2B820 (or 0xD2B820) is known color: Sunflower. HEX triplet: D2, B8 and 20. RGB value is (210,184,32). Sum of RGB (Red+Green+Blue) = 210+184+32=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B820 is #2D47DF. Grayscale: #AFAFAF. Windows color (decimal): -2967520 or 2144466. OLE color: 2144466.
HSL color Cylindrical-coordinate representation of color #D2B820: hue angle of 51.24º 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 #D2B820 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 32 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.18 |
| HSL | 51.24º | 0.74% | 0.47% | - |
| HSV(B) | 51.24º | 0.85% | 0.82% | - |
| XYZ | 43.98 | 48.09 | 8.33 | - |
| YUV | 174.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 32 | 0 | 0.12 | 0.85 | 0.18 | 51.24 | 0.74 | 0.47 |
| Hex | D2 | B8 | 20 | 0 | C | 55 | 12 | 33 | 4A | 2F |
| Octal | 322 | 270 | 40 | 0 | 14 | 125 | 22 | 63 | 112 | 57 |
| Binary | 11010010 | 10111000 | 100000 | 0 | 1100 | 1010101 | 10010 | 110011 | 1001010 | 101111 |
Color Harmonies of #D2B820
Complementary color
Monochromatic Colors of #D2B820
Black with #D2B820
Text Example
Text Example
White with #D2B820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B820; }
p { color: rgb(210,184,32); }
H1.HeaderClassName
{
color: #D2B820;
}
.AnyTagClassName
{
color: #D2B820;
}
</style>
background-color css
<style>
a { background-color: #D2B820; }
a { background-color: rgb(210,184,32); }
div.DivClassName
{
background-color: #D2B820;
}
.BgClassName
{
background-color: #D2B820;
}
</style>
border-color css
<style>
span { border-color: #D2B820; }
span { border-color: rgb(210,184,32); }
td.TdClassName
{
border-color: #D2B820;
}
.TagClassName
{
border-color: #D2B820;
}
</style>