Shades of Sunflower #DCC110
Tints of Sunflower #DCC110
RGB
CMYK
RGB Variations
Color information
#DCC110 (or 0xDCC110) is known color: Sunflower. HEX triplet: DC, C1 and 10. RGB value is (220,193,16). Sum of RGB (Red+Green+Blue) = 220+193+16=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC110 is #233EEF. Grayscale: #B5B5B5. Windows color (decimal): -2309872 or 1098204. OLE color: 1098204.
HSL color Cylindrical-coordinate representation of color #DCC110: hue angle of 52.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCC110 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.14 |
| HSL | 52.06º | 0.86% | 0.46% | - |
| HSV(B) | 52.06º | 0.93% | 0.86% | - |
| XYZ | 48.68 | 53.39 | 8.23 | - |
| YUV | 180.9 | 34.95 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 16 | 0 | 0.12 | 0.93 | 0.14 | 52.06 | 0.86 | 0.46 |
| Hex | DC | C1 | 10 | 0 | C | 5D | E | 34 | 56 | 2E |
| Octal | 334 | 301 | 20 | 0 | 14 | 135 | 16 | 64 | 126 | 56 |
| Binary | 11011100 | 11000001 | 10000 | 0 | 1100 | 1011101 | 1110 | 110100 | 1010110 | 101110 |
Color Harmonies of #DCC110
Complementary color
Monochromatic Colors of #DCC110
Black with #DCC110
Text Example
Text Example
White with #DCC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC110; }
p { color: rgb(220,193,16); }
H1.HeaderClassName
{
color: #DCC110;
}
.AnyTagClassName
{
color: #DCC110;
}
</style>
background-color css
<style>
a { background-color: #DCC110; }
a { background-color: rgb(220,193,16); }
div.DivClassName
{
background-color: #DCC110;
}
.BgClassName
{
background-color: #DCC110;
}
</style>
border-color css
<style>
span { border-color: #DCC110; }
span { border-color: rgb(220,193,16); }
td.TdClassName
{
border-color: #DCC110;
}
.TagClassName
{
border-color: #DCC110;
}
</style>