Shades of Sunflower #D2B821
Tints of Sunflower #D2B821
RGB
CMYK
RGB Variations
Color information
#D2B821 (or 0xD2B821) is known color: Sunflower. HEX triplet: D2, B8 and 21. RGB value is (210,184,33). Sum of RGB (Red+Green+Blue) = 210+184+33=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B821 is #2D47DE. Grayscale: #AFAFAF. Windows color (decimal): -2967519 or 2210002. OLE color: 2210002.
HSL color Cylindrical-coordinate representation of color #D2B821: hue angle of 51.19º degrees, saturation: 0.73, 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 #D2B821 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 33 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.18 |
| HSL | 51.19º | 0.73% | 0.48% | - |
| HSV(B) | 51.19º | 0.84% | 0.82% | - |
| XYZ | 43.99 | 48.09 | 8.4 | - |
| YUV | 174.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 33 | 0 | 0.12 | 0.84 | 0.18 | 51.19 | 0.73 | 0.48 |
| Hex | D2 | B8 | 21 | 0 | C | 54 | 12 | 33 | 49 | 30 |
| Octal | 322 | 270 | 41 | 0 | 14 | 124 | 22 | 63 | 111 | 60 |
| Binary | 11010010 | 10111000 | 100001 | 0 | 1100 | 1010100 | 10010 | 110011 | 1001001 | 110000 |
Color Harmonies of #D2B821
Complementary color
Monochromatic Colors of #D2B821
Black with #D2B821
Text Example
Text Example
White with #D2B821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B821; }
p { color: rgb(210,184,33); }
H1.HeaderClassName
{
color: #D2B821;
}
.AnyTagClassName
{
color: #D2B821;
}
</style>
background-color css
<style>
a { background-color: #D2B821; }
a { background-color: rgb(210,184,33); }
div.DivClassName
{
background-color: #D2B821;
}
.BgClassName
{
background-color: #D2B821;
}
</style>
border-color css
<style>
span { border-color: #D2B821; }
span { border-color: rgb(210,184,33); }
td.TdClassName
{
border-color: #D2B821;
}
.TagClassName
{
border-color: #D2B821;
}
</style>