Shades of Sunflower #DCC222
Tints of Sunflower #DCC222
RGB
CMYK
RGB Variations
Color information
#DCC222 (or 0xDCC222) is known color: Sunflower. HEX triplet: DC, C2 and 22. RGB value is (220,194,34). Sum of RGB (Red+Green+Blue) = 220+194+34=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC222 is #233DDD. Grayscale: #B8B8B8. Windows color (decimal): -2309598 or 2278108. OLE color: 2278108.
HSL color Cylindrical-coordinate representation of color #DCC222: hue angle of 51.61º degrees, saturation: 0.73, 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 #DCC222 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 34 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.14 |
| HSL | 51.61º | 0.73% | 0.5% | - |
| HSV(B) | 51.61º | 0.85% | 0.86% | - |
| XYZ | 49.1 | 53.91 | 9.33 | - |
| YUV | 183.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 34 | 0 | 0.12 | 0.85 | 0.14 | 51.61 | 0.73 | 0.5 |
| Hex | DC | C2 | 22 | 0 | C | 55 | E | 34 | 49 | 32 |
| Octal | 334 | 302 | 42 | 0 | 14 | 125 | 16 | 64 | 111 | 62 |
| Binary | 11011100 | 11000010 | 100010 | 0 | 1100 | 1010101 | 1110 | 110100 | 1001001 | 110010 |
Color Harmonies of #DCC222
Complementary color
Monochromatic Colors of #DCC222
Black with #DCC222
Text Example
Text Example
White with #DCC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC222; }
p { color: rgb(220,194,34); }
H1.HeaderClassName
{
color: #DCC222;
}
.AnyTagClassName
{
color: #DCC222;
}
</style>
background-color css
<style>
a { background-color: #DCC222; }
a { background-color: rgb(220,194,34); }
div.DivClassName
{
background-color: #DCC222;
}
.BgClassName
{
background-color: #DCC222;
}
</style>
border-color css
<style>
span { border-color: #DCC222; }
span { border-color: rgb(220,194,34); }
td.TdClassName
{
border-color: #DCC222;
}
.TagClassName
{
border-color: #DCC222;
}
</style>