Shades of Sunflower #DCC510
Tints of Sunflower #DCC510
RGB
CMYK
RGB Variations
Color information
#DCC510 (or 0xDCC510) is known color: Sunflower. HEX triplet: DC, C5 and 10. RGB value is (220,197,16). Sum of RGB (Red+Green+Blue) = 220+197+16=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC510 is #233AEF. Grayscale: #B7B7B7. Windows color (decimal): -2308848 or 1099228. OLE color: 1099228.
HSL color Cylindrical-coordinate representation of color #DCC510: hue angle of 53.24º 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 #DCC510 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.14 |
| HSL | 53.24º | 0.86% | 0.46% | - |
| HSV(B) | 53.24º | 0.93% | 0.86% | - |
| XYZ | 49.57 | 55.19 | 8.53 | - |
| YUV | 183.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 16 | 0 | 0.10 | 0.93 | 0.14 | 53.24 | 0.86 | 0.46 |
| Hex | DC | C5 | 10 | 0 | A | 5D | E | 35 | 56 | 2E |
| Octal | 334 | 305 | 20 | 0 | 12 | 135 | 16 | 65 | 126 | 56 |
| Binary | 11011100 | 11000101 | 10000 | 0 | 1010 | 1011101 | 1110 | 110101 | 1010110 | 101110 |
Color Harmonies of #DCC510
Complementary color
Monochromatic Colors of #DCC510
Black with #DCC510
Text Example
Text Example
White with #DCC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC510; }
p { color: rgb(220,197,16); }
H1.HeaderClassName
{
color: #DCC510;
}
.AnyTagClassName
{
color: #DCC510;
}
</style>
background-color css
<style>
a { background-color: #DCC510; }
a { background-color: rgb(220,197,16); }
div.DivClassName
{
background-color: #DCC510;
}
.BgClassName
{
background-color: #DCC510;
}
</style>
border-color css
<style>
span { border-color: #DCC510; }
span { border-color: rgb(220,197,16); }
td.TdClassName
{
border-color: #DCC510;
}
.TagClassName
{
border-color: #DCC510;
}
</style>