Shades of Sunflower #DCC019
Tints of Sunflower #DCC019
RGB
CMYK
RGB Variations
Color information
#DCC019 (or 0xDCC019) is known color: Sunflower. HEX triplet: DC, C0 and 19. RGB value is (220,192,25). Sum of RGB (Red+Green+Blue) = 220+192+25=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC019 is #233FE6. Grayscale: #B6B6B6. Windows color (decimal): -2310119 or 1687772. OLE color: 1687772.
HSL color Cylindrical-coordinate representation of color #DCC019: hue angle of 51.38º 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 #DCC019 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 25 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.14 |
| HSL | 51.38º | 0.8% | 0.48% | - |
| HSV(B) | 51.38º | 0.89% | 0.86% | - |
| XYZ | 48.54 | 52.99 | 8.59 | - |
| YUV | 181.33 | 39.78 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 25 | 0 | 0.13 | 0.89 | 0.14 | 51.38 | 0.8 | 0.48 |
| Hex | DC | C0 | 19 | 0 | D | 59 | E | 33 | 50 | 30 |
| Octal | 334 | 300 | 31 | 0 | 15 | 131 | 16 | 63 | 120 | 60 |
| Binary | 11011100 | 11000000 | 11001 | 0 | 1101 | 1011001 | 1110 | 110011 | 1010000 | 110000 |
Color Harmonies of #DCC019
Complementary color
Monochromatic Colors of #DCC019
Black with #DCC019
Text Example
Text Example
White with #DCC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC019; }
p { color: rgb(220,192,25); }
H1.HeaderClassName
{
color: #DCC019;
}
.AnyTagClassName
{
color: #DCC019;
}
</style>
background-color css
<style>
a { background-color: #DCC019; }
a { background-color: rgb(220,192,25); }
div.DivClassName
{
background-color: #DCC019;
}
.BgClassName
{
background-color: #DCC019;
}
</style>
border-color css
<style>
span { border-color: #DCC019; }
span { border-color: rgb(220,192,25); }
td.TdClassName
{
border-color: #DCC019;
}
.TagClassName
{
border-color: #DCC019;
}
</style>