Shades of Sunflower #DCC204
Tints of Sunflower #DCC204
RGB
CMYK
RGB Variations
Color information
#DCC204 (or 0xDCC204) is known color: Sunflower. HEX triplet: DC, C2 and 04. RGB value is (220,194,4). Sum of RGB (Red+Green+Blue) = 220+194+4=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC204 is #233DFB. Grayscale: #B4B4B4. Windows color (decimal): -2309628 or 312028. OLE color: 312028.
HSL color Cylindrical-coordinate representation of color #DCC204: hue angle of 52.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCC204 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.14 |
| HSL | 52.78º | 0.96% | 0.44% | - |
| HSV(B) | 52.78º | 0.98% | 0.86% | - |
| XYZ | 48.83 | 53.81 | 7.93 | - |
| YUV | 180.11 | 28.61 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 4 | 0 | 0.12 | 0.98 | 0.14 | 52.78 | 0.96 | 0.44 |
| Hex | DC | C2 | 4 | 0 | C | 62 | E | 35 | 60 | 2C |
| Octal | 334 | 302 | 4 | 0 | 14 | 142 | 16 | 65 | 140 | 54 |
| Binary | 11011100 | 11000010 | 100 | 0 | 1100 | 1100010 | 1110 | 110101 | 1100000 | 101100 |
Color Harmonies of #DCC204
Complementary color
Monochromatic Colors of #DCC204
Black with #DCC204
Text Example
Text Example
White with #DCC204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC204; }
p { color: rgb(220,194,4); }
H1.HeaderClassName
{
color: #DCC204;
}
.AnyTagClassName
{
color: #DCC204;
}
</style>
background-color css
<style>
a { background-color: #DCC204; }
a { background-color: rgb(220,194,4); }
div.DivClassName
{
background-color: #DCC204;
}
.BgClassName
{
background-color: #DCC204;
}
</style>
border-color css
<style>
span { border-color: #DCC204; }
span { border-color: rgb(220,194,4); }
td.TdClassName
{
border-color: #DCC204;
}
.TagClassName
{
border-color: #DCC204;
}
</style>