Shades of Sunflower #DCC017
Tints of Sunflower #DCC017
RGB
CMYK
RGB Variations
Color information
#DCC017 (or 0xDCC017) is known color: Sunflower. HEX triplet: DC, C0 and 17. RGB value is (220,192,23). Sum of RGB (Red+Green+Blue) = 220+192+23=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC017 is #233FE8. Grayscale: #B5B5B5. Windows color (decimal): -2310121 or 1556700. OLE color: 1556700.
HSL color Cylindrical-coordinate representation of color #DCC017: hue angle of 51.47º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC017 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.14 |
| HSL | 51.47º | 0.81% | 0.48% | - |
| HSV(B) | 51.47º | 0.9% | 0.86% | - |
| XYZ | 48.52 | 52.98 | 8.48 | - |
| YUV | 181.11 | 38.78 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 23 | 0 | 0.13 | 0.90 | 0.14 | 51.47 | 0.81 | 0.48 |
| Hex | DC | C0 | 17 | 0 | D | 5A | E | 33 | 51 | 30 |
| Octal | 334 | 300 | 27 | 0 | 15 | 132 | 16 | 63 | 121 | 60 |
| Binary | 11011100 | 11000000 | 10111 | 0 | 1101 | 1011010 | 1110 | 110011 | 1010001 | 110000 |
Color Harmonies of #DCC017
Complementary color
Monochromatic Colors of #DCC017
Black with #DCC017
Text Example
Text Example
White with #DCC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC017; }
p { color: rgb(220,192,23); }
H1.HeaderClassName
{
color: #DCC017;
}
.AnyTagClassName
{
color: #DCC017;
}
</style>
background-color css
<style>
a { background-color: #DCC017; }
a { background-color: rgb(220,192,23); }
div.DivClassName
{
background-color: #DCC017;
}
.BgClassName
{
background-color: #DCC017;
}
</style>
border-color css
<style>
span { border-color: #DCC017; }
span { border-color: rgb(220,192,23); }
td.TdClassName
{
border-color: #DCC017;
}
.TagClassName
{
border-color: #DCC017;
}
</style>