Shades of Sunflower #DCC016
Tints of Sunflower #DCC016
RGB
CMYK
RGB Variations
Color information
#DCC016 (or 0xDCC016) is known color: Sunflower. HEX triplet: DC, C0 and 16. RGB value is (220,192,22). Sum of RGB (Red+Green+Blue) = 220+192+22=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC016 is #233FE9. Grayscale: #B5B5B5. Windows color (decimal): -2310122 or 1491164. OLE color: 1491164.
HSL color Cylindrical-coordinate representation of color #DCC016: hue angle of 51.52º 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 #DCC016 is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 22 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.14 |
| HSL | 51.52º | 0.82% | 0.47% | - |
| HSV(B) | 51.52º | 0.9% | 0.86% | - |
| XYZ | 48.51 | 52.97 | 8.43 | - |
| YUV | 180.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 22 | 0 | 0.13 | 0.9 | 0.14 | 51.52 | 0.82 | 0.47 |
| Hex | DC | C0 | 16 | 0 | D | 5A | E | 34 | 52 | 2F |
| Octal | 334 | 300 | 26 | 0 | 15 | 132 | 16 | 64 | 122 | 57 |
| Binary | 11011100 | 11000000 | 10110 | 0 | 1101 | 1011010 | 1110 | 110100 | 1010010 | 101111 |
Color Harmonies of #DCC016
Complementary color
Monochromatic Colors of #DCC016
Black with #DCC016
Text Example
Text Example
White with #DCC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC016; }
p { color: rgb(220,192,22); }
H1.HeaderClassName
{
color: #DCC016;
}
.AnyTagClassName
{
color: #DCC016;
}
</style>
background-color css
<style>
a { background-color: #DCC016; }
a { background-color: rgb(220,192,22); }
div.DivClassName
{
background-color: #DCC016;
}
.BgClassName
{
background-color: #DCC016;
}
</style>
border-color css
<style>
span { border-color: #DCC016; }
span { border-color: rgb(220,192,22); }
td.TdClassName
{
border-color: #DCC016;
}
.TagClassName
{
border-color: #DCC016;
}
</style>