Shades of Sunflower #DCC221
Tints of Sunflower #DCC221
RGB
CMYK
RGB Variations
Color information
#DCC221 (or 0xDCC221) is known color: Sunflower. HEX triplet: DC, C2 and 21. RGB value is (220,194,33). Sum of RGB (Red+Green+Blue) = 220+194+33=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC221 is #233DDE. Grayscale: #B8B8B8. Windows color (decimal): -2309599 or 2212572. OLE color: 2212572.
HSL color Cylindrical-coordinate representation of color #DCC221: hue angle of 51.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCC221 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 33 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.14 |
| HSL | 51.66º | 0.74% | 0.5% | - |
| HSV(B) | 51.66º | 0.85% | 0.86% | - |
| XYZ | 49.08 | 53.91 | 9.26 | - |
| YUV | 183.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 33 | 0 | 0.12 | 0.85 | 0.14 | 51.66 | 0.74 | 0.5 |
| Hex | DC | C2 | 21 | 0 | C | 55 | E | 34 | 4A | 32 |
| Octal | 334 | 302 | 41 | 0 | 14 | 125 | 16 | 64 | 112 | 62 |
| Binary | 11011100 | 11000010 | 100001 | 0 | 1100 | 1010101 | 1110 | 110100 | 1001010 | 110010 |
Color Harmonies of #DCC221
Complementary color
Monochromatic Colors of #DCC221
Black with #DCC221
Text Example
Text Example
White with #DCC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC221; }
p { color: rgb(220,194,33); }
H1.HeaderClassName
{
color: #DCC221;
}
.AnyTagClassName
{
color: #DCC221;
}
</style>
background-color css
<style>
a { background-color: #DCC221; }
a { background-color: rgb(220,194,33); }
div.DivClassName
{
background-color: #DCC221;
}
.BgClassName
{
background-color: #DCC221;
}
</style>
border-color css
<style>
span { border-color: #DCC221; }
span { border-color: rgb(220,194,33); }
td.TdClassName
{
border-color: #DCC221;
}
.TagClassName
{
border-color: #DCC221;
}
</style>