Shades of Sunflower #DCC611
Tints of Sunflower #DCC611
RGB
CMYK
RGB Variations
Color information
#DCC611 (or 0xDCC611) is known color: Sunflower. HEX triplet: DC, C6 and 11. RGB value is (220,198,17). Sum of RGB (Red+Green+Blue) = 220+198+17=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC611 is #2339EE. Grayscale: #B8B8B8. Windows color (decimal): -2308591 or 1165020. OLE color: 1165020.
HSL color Cylindrical-coordinate representation of color #DCC611: hue angle of 53.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCC611 is Cyan = 0, Magento = 0.1, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 17 | - |
| CMYK | 0 | 0.1 | 0.92 | 0.14 |
| HSL | 53.5º | 0.86% | 0.46% | - |
| HSV(B) | 53.5º | 0.92% | 0.86% | - |
| XYZ | 49.81 | 55.64 | 8.65 | - |
| YUV | 183.94 | 33.79 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 17 | 0 | 0.1 | 0.92 | 0.14 | 53.5 | 0.86 | 0.46 |
| Hex | DC | C6 | 11 | 0 | A | 5C | E | 35 | 56 | 2E |
| Octal | 334 | 306 | 21 | 0 | 12 | 134 | 16 | 65 | 126 | 56 |
| Binary | 11011100 | 11000110 | 10001 | 0 | 1010 | 1011100 | 1110 | 110101 | 1010110 | 101110 |
Color Harmonies of #DCC611
Complementary color
Monochromatic Colors of #DCC611
Black with #DCC611
Text Example
Text Example
White with #DCC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC611; }
p { color: rgb(220,198,17); }
H1.HeaderClassName
{
color: #DCC611;
}
.AnyTagClassName
{
color: #DCC611;
}
</style>
background-color css
<style>
a { background-color: #DCC611; }
a { background-color: rgb(220,198,17); }
div.DivClassName
{
background-color: #DCC611;
}
.BgClassName
{
background-color: #DCC611;
}
</style>
border-color css
<style>
span { border-color: #DCC611; }
span { border-color: rgb(220,198,17); }
td.TdClassName
{
border-color: #DCC611;
}
.TagClassName
{
border-color: #DCC611;
}
</style>