Shades of Sunflower #DCC820
Tints of Sunflower #DCC820
RGB
CMYK
RGB Variations
Color information
#DCC820 (or 0xDCC820) is known color: Sunflower. HEX triplet: DC, C8 and 20. RGB value is (220,200,32). Sum of RGB (Red+Green+Blue) = 220+200+32=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC820 is #2337DF. Grayscale: #BBBBBB. Windows color (decimal): -2308064 or 2148572. OLE color: 2148572.
HSL color Cylindrical-coordinate representation of color #DCC820: hue angle of 53.62º 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 #DCC820 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 32 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.14 |
| HSL | 53.62º | 0.75% | 0.49% | - |
| HSV(B) | 53.62º | 0.85% | 0.86% | - |
| XYZ | 50.43 | 56.63 | 9.64 | - |
| YUV | 186.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 32 | 0 | 0.09 | 0.85 | 0.14 | 53.62 | 0.75 | 0.49 |
| Hex | DC | C8 | 20 | 0 | 9 | 55 | E | 36 | 4B | 31 |
| Octal | 334 | 310 | 40 | 0 | 11 | 125 | 16 | 66 | 113 | 61 |
| Binary | 11011100 | 11001000 | 100000 | 0 | 1001 | 1010101 | 1110 | 110110 | 1001011 | 110001 |
Color Harmonies of #DCC820
Complementary color
Monochromatic Colors of #DCC820
Black with #DCC820
Text Example
Text Example
White with #DCC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC820; }
p { color: rgb(220,200,32); }
H1.HeaderClassName
{
color: #DCC820;
}
.AnyTagClassName
{
color: #DCC820;
}
</style>
background-color css
<style>
a { background-color: #DCC820; }
a { background-color: rgb(220,200,32); }
div.DivClassName
{
background-color: #DCC820;
}
.BgClassName
{
background-color: #DCC820;
}
</style>
border-color css
<style>
span { border-color: #DCC820; }
span { border-color: rgb(220,200,32); }
td.TdClassName
{
border-color: #DCC820;
}
.TagClassName
{
border-color: #DCC820;
}
</style>