Shades of Buttercup #DC9424
Tints of Buttercup #DC9424
RGB
CMYK
RGB Variations
Color information
#DC9424 (or 0xDC9424) is known color: Buttercup. HEX triplet: DC, 94 and 24. RGB value is (220,148,36). Sum of RGB (Red+Green+Blue) = 220+148+36=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9424 is #236BDB. Grayscale: #9D9D9D. Windows color (decimal): -2321372 or 2397404. OLE color: 2397404.
HSL color Cylindrical-coordinate representation of color #DC9424: hue angle of 36.52º 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 #DC9424 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 36 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.14 |
| HSL | 36.52º | 0.72% | 0.5% | - |
| HSV(B) | 36.52º | 0.84% | 0.86% | - |
| XYZ | 40.42 | 36.52 | 6.59 | - |
| YUV | 156.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 36 | 0 | 0.33 | 0.84 | 0.14 | 36.52 | 0.72 | 0.5 |
| Hex | DC | 94 | 24 | 0 | 21 | 54 | E | 25 | 48 | 32 |
| Octal | 334 | 224 | 44 | 0 | 41 | 124 | 16 | 45 | 110 | 62 |
| Binary | 11011100 | 10010100 | 100100 | 0 | 100001 | 1010100 | 1110 | 100101 | 1001000 | 110010 |
Color Harmonies of #DC9424
Complementary color
Monochromatic Colors of #DC9424
Black with #DC9424
Text Example
Text Example
White with #DC9424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9424; }
p { color: rgb(220,148,36); }
H1.HeaderClassName
{
color: #DC9424;
}
.AnyTagClassName
{
color: #DC9424;
}
</style>
background-color css
<style>
a { background-color: #DC9424; }
a { background-color: rgb(220,148,36); }
div.DivClassName
{
background-color: #DC9424;
}
.BgClassName
{
background-color: #DC9424;
}
</style>
border-color css
<style>
span { border-color: #DC9424; }
span { border-color: rgb(220,148,36); }
td.TdClassName
{
border-color: #DC9424;
}
.TagClassName
{
border-color: #DC9424;
}
</style>