Shades of Sunflower #DCB921
Tints of Sunflower #DCB921
RGB
CMYK
RGB Variations
Color information
#DCB921 (or 0xDCB921) is known color: Sunflower. HEX triplet: DC, B9 and 21. RGB value is (220,185,33). Sum of RGB (Red+Green+Blue) = 220+185+33=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB921 is #2346DE. Grayscale: #B2B2B2. Windows color (decimal): -2311903 or 2210268. OLE color: 2210268.
HSL color Cylindrical-coordinate representation of color #DCB921: hue angle of 48.77º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCB921 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 33 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.14 |
| HSL | 48.77º | 0.74% | 0.5% | - |
| HSV(B) | 48.77º | 0.85% | 0.86% | - |
| XYZ | 47.14 | 50.02 | 8.61 | - |
| YUV | 178.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 33 | 0 | 0.16 | 0.85 | 0.14 | 48.77 | 0.74 | 0.5 |
| Hex | DC | B9 | 21 | 0 | 10 | 55 | E | 31 | 4A | 32 |
| Octal | 334 | 271 | 41 | 0 | 20 | 125 | 16 | 61 | 112 | 62 |
| Binary | 11011100 | 10111001 | 100001 | 0 | 10000 | 1010101 | 1110 | 110001 | 1001010 | 110010 |
Color Harmonies of #DCB921
Complementary color
Monochromatic Colors of #DCB921
Black with #DCB921
Text Example
Text Example
White with #DCB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB921; }
p { color: rgb(220,185,33); }
H1.HeaderClassName
{
color: #DCB921;
}
.AnyTagClassName
{
color: #DCB921;
}
</style>
background-color css
<style>
a { background-color: #DCB921; }
a { background-color: rgb(220,185,33); }
div.DivClassName
{
background-color: #DCB921;
}
.BgClassName
{
background-color: #DCB921;
}
</style>
border-color css
<style>
span { border-color: #DCB921; }
span { border-color: rgb(220,185,33); }
td.TdClassName
{
border-color: #DCB921;
}
.TagClassName
{
border-color: #DCB921;
}
</style>