Shades of Sunflower #DCC620
Tints of Sunflower #DCC620
RGB
CMYK
RGB Variations
Color information
#DCC620 (or 0xDCC620) is known color: Sunflower. HEX triplet: DC, C6 and 20. RGB value is (220,198,32). Sum of RGB (Red+Green+Blue) = 220+198+32=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC620 is #2339DF. Grayscale: #BABABA. Windows color (decimal): -2308576 or 2148060. OLE color: 2148060.
HSL color Cylindrical-coordinate representation of color #DCC620: hue angle of 52.98º 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 #DCC620 is Cyan = 0, Magento = 0.1, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 32 | - |
| CMYK | 0 | 0.1 | 0.85 | 0.14 |
| HSL | 52.98º | 0.75% | 0.49% | - |
| HSV(B) | 52.98º | 0.85% | 0.86% | - |
| XYZ | 49.97 | 55.71 | 9.49 | - |
| YUV | 185.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 32 | 0 | 0.1 | 0.85 | 0.14 | 52.98 | 0.75 | 0.49 |
| Hex | DC | C6 | 20 | 0 | A | 55 | E | 35 | 4B | 31 |
| Octal | 334 | 306 | 40 | 0 | 12 | 125 | 16 | 65 | 113 | 61 |
| Binary | 11011100 | 11000110 | 100000 | 0 | 1010 | 1010101 | 1110 | 110101 | 1001011 | 110001 |
Color Harmonies of #DCC620
Complementary color
Monochromatic Colors of #DCC620
Black with #DCC620
Text Example
Text Example
White with #DCC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC620; }
p { color: rgb(220,198,32); }
H1.HeaderClassName
{
color: #DCC620;
}
.AnyTagClassName
{
color: #DCC620;
}
</style>
background-color css
<style>
a { background-color: #DCC620; }
a { background-color: rgb(220,198,32); }
div.DivClassName
{
background-color: #DCC620;
}
.BgClassName
{
background-color: #DCC620;
}
</style>
border-color css
<style>
span { border-color: #DCC620; }
span { border-color: rgb(220,198,32); }
td.TdClassName
{
border-color: #DCC620;
}
.TagClassName
{
border-color: #DCC620;
}
</style>