Shades of Sunflower #DCCC16
Tints of Sunflower #DCCC16
RGB
CMYK
RGB Variations
Color information
#DCCC16 (or 0xDCCC16) is known color: Sunflower. HEX triplet: DC, CC and 16. RGB value is (220,204,22). Sum of RGB (Red+Green+Blue) = 220+204+22=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 22 (8.98% from 255 or 4.93% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC16 is #2333E9. Grayscale: #BCBCBC. Windows color (decimal): -2307050 or 1494236. OLE color: 1494236.
HSL color Cylindrical-coordinate representation of color #DCCC16: hue angle of 55.15º 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 #DCCC16 is Cyan = 0, Magento = 0.07, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 22 | - |
| CMYK | 0 | 0.07 | 0.9 | 0.14 |
| HSL | 55.15º | 0.82% | 0.47% | - |
| HSV(B) | 55.15º | 0.9% | 0.86% | - |
| XYZ | 51.25 | 58.46 | 9.34 | - |
| YUV | 188.04 | 34.3 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 22 | 0 | 0.07 | 0.9 | 0.14 | 55.15 | 0.82 | 0.47 |
| Hex | DC | CC | 16 | 0 | 7 | 5A | E | 37 | 52 | 2F |
| Octal | 334 | 314 | 26 | 0 | 7 | 132 | 16 | 67 | 122 | 57 |
| Binary | 11011100 | 11001100 | 10110 | 0 | 111 | 1011010 | 1110 | 110111 | 1010010 | 101111 |
Color Harmonies of #DCCC16
Complementary color
Monochromatic Colors of #DCCC16
Black with #DCCC16
Text Example
Text Example
White with #DCCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC16; }
p { color: rgb(220,204,22); }
H1.HeaderClassName
{
color: #DCCC16;
}
.AnyTagClassName
{
color: #DCCC16;
}
</style>
background-color css
<style>
a { background-color: #DCCC16; }
a { background-color: rgb(220,204,22); }
div.DivClassName
{
background-color: #DCCC16;
}
.BgClassName
{
background-color: #DCCC16;
}
</style>
border-color css
<style>
span { border-color: #DCCC16; }
span { border-color: rgb(220,204,22); }
td.TdClassName
{
border-color: #DCCC16;
}
.TagClassName
{
border-color: #DCCC16;
}
</style>