Shades of Sunflower #DCC624
Tints of Sunflower #DCC624
RGB
CMYK
RGB Variations
Color information
#DCC624 (or 0xDCC624) is known color: Sunflower. HEX triplet: DC, C6 and 24. RGB value is (220,198,36). Sum of RGB (Red+Green+Blue) = 220+198+36=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC624 is #2339DB. Grayscale: #BABABA. Windows color (decimal): -2308572 or 2410204. OLE color: 2410204.
HSL color Cylindrical-coordinate representation of color #DCC624: hue angle of 52.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCC624 is Cyan = 0, Magento = 0.1, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 36 | - |
| CMYK | 0 | 0.1 | 0.84 | 0.14 |
| HSL | 52.83º | 0.72% | 0.5% | - |
| HSV(B) | 52.83º | 0.84% | 0.86% | - |
| XYZ | 50.03 | 55.73 | 9.79 | - |
| YUV | 186.11 | 43.29 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 36 | 0 | 0.1 | 0.84 | 0.14 | 52.83 | 0.72 | 0.5 |
| Hex | DC | C6 | 24 | 0 | A | 54 | E | 35 | 48 | 32 |
| Octal | 334 | 306 | 44 | 0 | 12 | 124 | 16 | 65 | 110 | 62 |
| Binary | 11011100 | 11000110 | 100100 | 0 | 1010 | 1010100 | 1110 | 110101 | 1001000 | 110010 |
Color Harmonies of #DCC624
Complementary color
Monochromatic Colors of #DCC624
Black with #DCC624
Text Example
Text Example
White with #DCC624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC624; }
p { color: rgb(220,198,36); }
H1.HeaderClassName
{
color: #DCC624;
}
.AnyTagClassName
{
color: #DCC624;
}
</style>
background-color css
<style>
a { background-color: #DCC624; }
a { background-color: rgb(220,198,36); }
div.DivClassName
{
background-color: #DCC624;
}
.BgClassName
{
background-color: #DCC624;
}
</style>
border-color css
<style>
span { border-color: #DCC624; }
span { border-color: rgb(220,198,36); }
td.TdClassName
{
border-color: #DCC624;
}
.TagClassName
{
border-color: #DCC624;
}
</style>