Shades of Sunflower #DCC223
Tints of Sunflower #DCC223
RGB
CMYK
RGB Variations
Color information
#DCC223 (or 0xDCC223) is known color: Sunflower. HEX triplet: DC, C2 and 23. RGB value is (220,194,35). Sum of RGB (Red+Green+Blue) = 220+194+35=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC223 is #233DDC. Grayscale: #B8B8B8. Windows color (decimal): -2309597 or 2343644. OLE color: 2343644.
HSL color Cylindrical-coordinate representation of color #DCC223: hue angle of 51.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCC223 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 35 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.14 |
| HSL | 51.57º | 0.73% | 0.5% | - |
| HSV(B) | 51.57º | 0.84% | 0.86% | - |
| XYZ | 49.11 | 53.92 | 9.41 | - |
| YUV | 183.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 35 | 0 | 0.12 | 0.84 | 0.14 | 51.57 | 0.73 | 0.5 |
| Hex | DC | C2 | 23 | 0 | C | 54 | E | 34 | 49 | 32 |
| Octal | 334 | 302 | 43 | 0 | 14 | 124 | 16 | 64 | 111 | 62 |
| Binary | 11011100 | 11000010 | 100011 | 0 | 1100 | 1010100 | 1110 | 110100 | 1001001 | 110010 |
Color Harmonies of #DCC223
Complementary color
Monochromatic Colors of #DCC223
Black with #DCC223
Text Example
Text Example
White with #DCC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC223; }
p { color: rgb(220,194,35); }
H1.HeaderClassName
{
color: #DCC223;
}
.AnyTagClassName
{
color: #DCC223;
}
</style>
background-color css
<style>
a { background-color: #DCC223; }
a { background-color: rgb(220,194,35); }
div.DivClassName
{
background-color: #DCC223;
}
.BgClassName
{
background-color: #DCC223;
}
</style>
border-color css
<style>
span { border-color: #DCC223; }
span { border-color: rgb(220,194,35); }
td.TdClassName
{
border-color: #DCC223;
}
.TagClassName
{
border-color: #DCC223;
}
</style>