Shades of Sunflower #DCC116
Tints of Sunflower #DCC116
RGB
CMYK
RGB Variations
Color information
#DCC116 (or 0xDCC116) is known color: Sunflower. HEX triplet: DC, C1 and 16. RGB value is (220,193,22). Sum of RGB (Red+Green+Blue) = 220+193+22=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC116 is #233EE9. Grayscale: #B6B6B6. Windows color (decimal): -2309866 or 1491420. OLE color: 1491420.
HSL color Cylindrical-coordinate representation of color #DCC116: hue angle of 51.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC116 is Cyan = 0, Magento = 0.12, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 22 | - |
| CMYK | 0 | 0.12 | 0.9 | 0.14 |
| HSL | 51.82º | 0.82% | 0.47% | - |
| HSV(B) | 51.82º | 0.9% | 0.86% | - |
| XYZ | 48.73 | 53.41 | 8.5 | - |
| YUV | 181.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 22 | 0 | 0.12 | 0.9 | 0.14 | 51.82 | 0.82 | 0.47 |
| Hex | DC | C1 | 16 | 0 | C | 5A | E | 34 | 52 | 2F |
| Octal | 334 | 301 | 26 | 0 | 14 | 132 | 16 | 64 | 122 | 57 |
| Binary | 11011100 | 11000001 | 10110 | 0 | 1100 | 1011010 | 1110 | 110100 | 1010010 | 101111 |
Color Harmonies of #DCC116
Complementary color
Monochromatic Colors of #DCC116
Black with #DCC116
Text Example
Text Example
White with #DCC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC116; }
p { color: rgb(220,193,22); }
H1.HeaderClassName
{
color: #DCC116;
}
.AnyTagClassName
{
color: #DCC116;
}
</style>
background-color css
<style>
a { background-color: #DCC116; }
a { background-color: rgb(220,193,22); }
div.DivClassName
{
background-color: #DCC116;
}
.BgClassName
{
background-color: #DCC116;
}
</style>
border-color css
<style>
span { border-color: #DCC116; }
span { border-color: rgb(220,193,22); }
td.TdClassName
{
border-color: #DCC116;
}
.TagClassName
{
border-color: #DCC116;
}
</style>