Shades of Sunflower #DCC018
Tints of Sunflower #DCC018
RGB
CMYK
RGB Variations
Color information
#DCC018 (or 0xDCC018) is known color: Sunflower. HEX triplet: DC, C0 and 18. RGB value is (220,192,24). Sum of RGB (Red+Green+Blue) = 220+192+24=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC018 is #233FE7. Grayscale: #B5B5B5. Windows color (decimal): -2310120 or 1622236. OLE color: 1622236.
HSL color Cylindrical-coordinate representation of color #DCC018: hue angle of 51.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCC018 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.14 |
| HSL | 51.43º | 0.8% | 0.48% | - |
| HSV(B) | 51.43º | 0.89% | 0.86% | - |
| XYZ | 48.53 | 52.98 | 8.53 | - |
| YUV | 181.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 24 | 0 | 0.13 | 0.89 | 0.14 | 51.43 | 0.8 | 0.48 |
| Hex | DC | C0 | 18 | 0 | D | 59 | E | 33 | 50 | 30 |
| Octal | 334 | 300 | 30 | 0 | 15 | 131 | 16 | 63 | 120 | 60 |
| Binary | 11011100 | 11000000 | 11000 | 0 | 1101 | 1011001 | 1110 | 110011 | 1010000 | 110000 |
Color Harmonies of #DCC018
Complementary color
Monochromatic Colors of #DCC018
Black with #DCC018
Text Example
Text Example
White with #DCC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC018; }
p { color: rgb(220,192,24); }
H1.HeaderClassName
{
color: #DCC018;
}
.AnyTagClassName
{
color: #DCC018;
}
</style>
background-color css
<style>
a { background-color: #DCC018; }
a { background-color: rgb(220,192,24); }
div.DivClassName
{
background-color: #DCC018;
}
.BgClassName
{
background-color: #DCC018;
}
</style>
border-color css
<style>
span { border-color: #DCC018; }
span { border-color: rgb(220,192,24); }
td.TdClassName
{
border-color: #DCC018;
}
.TagClassName
{
border-color: #DCC018;
}
</style>