Shades of Sunflower #DCC211
Tints of Sunflower #DCC211
RGB
CMYK
RGB Variations
Color information
#DCC211 (or 0xDCC211) is known color: Sunflower. HEX triplet: DC, C2 and 11. RGB value is (220,194,17). Sum of RGB (Red+Green+Blue) = 220+194+17=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC211 is #233DEE. Grayscale: #B6B6B6. Windows color (decimal): -2309615 or 1163996. OLE color: 1163996.
HSL color Cylindrical-coordinate representation of color #DCC211: hue angle of 52.32º 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 #DCC211 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.14 |
| HSL | 52.32º | 0.86% | 0.46% | - |
| HSV(B) | 52.32º | 0.92% | 0.86% | - |
| XYZ | 48.91 | 53.84 | 8.34 | - |
| YUV | 181.6 | 35.11 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 17 | 0 | 0.12 | 0.92 | 0.14 | 52.32 | 0.86 | 0.46 |
| Hex | DC | C2 | 11 | 0 | C | 5C | E | 34 | 56 | 2E |
| Octal | 334 | 302 | 21 | 0 | 14 | 134 | 16 | 64 | 126 | 56 |
| Binary | 11011100 | 11000010 | 10001 | 0 | 1100 | 1011100 | 1110 | 110100 | 1010110 | 101110 |
Color Harmonies of #DCC211
Complementary color
Monochromatic Colors of #DCC211
Black with #DCC211
Text Example
Text Example
White with #DCC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC211; }
p { color: rgb(220,194,17); }
H1.HeaderClassName
{
color: #DCC211;
}
.AnyTagClassName
{
color: #DCC211;
}
</style>
background-color css
<style>
a { background-color: #DCC211; }
a { background-color: rgb(220,194,17); }
div.DivClassName
{
background-color: #DCC211;
}
.BgClassName
{
background-color: #DCC211;
}
</style>
border-color css
<style>
span { border-color: #DCC211; }
span { border-color: rgb(220,194,17); }
td.TdClassName
{
border-color: #DCC211;
}
.TagClassName
{
border-color: #DCC211;
}
</style>