Shades of Sunflower #DCC520
Tints of Sunflower #DCC520
RGB
CMYK
RGB Variations
Color information
#DCC520 (or 0xDCC520) is known color: Sunflower. HEX triplet: DC, C5 and 20. RGB value is (220,197,32). Sum of RGB (Red+Green+Blue) = 220+197+32=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC520 is #233ADF. Grayscale: #B9B9B9. Windows color (decimal): -2308832 or 2147804. OLE color: 2147804.
HSL color Cylindrical-coordinate representation of color #DCC520: hue angle of 52.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCC520 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 32 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.14 |
| HSL | 52.66º | 0.75% | 0.49% | - |
| HSV(B) | 52.66º | 0.85% | 0.86% | - |
| XYZ | 49.74 | 55.25 | 9.41 | - |
| YUV | 185.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 32 | 0 | 0.10 | 0.85 | 0.14 | 52.66 | 0.75 | 0.49 |
| Hex | DC | C5 | 20 | 0 | A | 55 | E | 35 | 4B | 31 |
| Octal | 334 | 305 | 40 | 0 | 12 | 125 | 16 | 65 | 113 | 61 |
| Binary | 11011100 | 11000101 | 100000 | 0 | 1010 | 1010101 | 1110 | 110101 | 1001011 | 110001 |
Color Harmonies of #DCC520
Complementary color
Monochromatic Colors of #DCC520
Black with #DCC520
Text Example
Text Example
White with #DCC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC520; }
p { color: rgb(220,197,32); }
H1.HeaderClassName
{
color: #DCC520;
}
.AnyTagClassName
{
color: #DCC520;
}
</style>
background-color css
<style>
a { background-color: #DCC520; }
a { background-color: rgb(220,197,32); }
div.DivClassName
{
background-color: #DCC520;
}
.BgClassName
{
background-color: #DCC520;
}
</style>
border-color css
<style>
span { border-color: #DCC520; }
span { border-color: rgb(220,197,32); }
td.TdClassName
{
border-color: #DCC520;
}
.TagClassName
{
border-color: #DCC520;
}
</style>