Shades of Buttercup #DC9224
Tints of Buttercup #DC9224
RGB
CMYK
RGB Variations
Color information
#DC9224 (or 0xDC9224) is known color: Buttercup. HEX triplet: DC, 92 and 24. RGB value is (220,146,36). Sum of RGB (Red+Green+Blue) = 220+146+36=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9224 is #236DDB. Grayscale: #9C9C9C. Windows color (decimal): -2321884 or 2396892. OLE color: 2396892.
HSL color Cylindrical-coordinate representation of color #DC9224: hue angle of 35.87º degrees, saturation: 0.72, 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 #DC9224 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 36 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.14 |
| HSL | 35.87º | 0.72% | 0.5% | - |
| HSV(B) | 35.87º | 0.84% | 0.86% | - |
| XYZ | 40.11 | 35.9 | 6.48 | - |
| YUV | 155.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 36 | 0 | 0.34 | 0.84 | 0.14 | 35.87 | 0.72 | 0.5 |
| Hex | DC | 92 | 24 | 0 | 22 | 54 | E | 24 | 48 | 32 |
| Octal | 334 | 222 | 44 | 0 | 42 | 124 | 16 | 44 | 110 | 62 |
| Binary | 11011100 | 10010010 | 100100 | 0 | 100010 | 1010100 | 1110 | 100100 | 1001000 | 110010 |
Color Harmonies of #DC9224
Complementary color
Monochromatic Colors of #DC9224
Black with #DC9224
Text Example
Text Example
White with #DC9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9224; }
p { color: rgb(220,146,36); }
H1.HeaderClassName
{
color: #DC9224;
}
.AnyTagClassName
{
color: #DC9224;
}
</style>
background-color css
<style>
a { background-color: #DC9224; }
a { background-color: rgb(220,146,36); }
div.DivClassName
{
background-color: #DC9224;
}
.BgClassName
{
background-color: #DC9224;
}
</style>
border-color css
<style>
span { border-color: #DC9224; }
span { border-color: rgb(220,146,36); }
td.TdClassName
{
border-color: #DC9224;
}
.TagClassName
{
border-color: #DC9224;
}
</style>