Shades of Buttercup #DC9A24
Tints of Buttercup #DC9A24
RGB
CMYK
RGB Variations
Color information
#DC9A24 (or 0xDC9A24) is known color: Buttercup. HEX triplet: DC, 9A and 24. RGB value is (220,154,36). Sum of RGB (Red+Green+Blue) = 220+154+36=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A24 is #2365DB. Grayscale: #A0A0A0. Windows color (decimal): -2319836 or 2398940. OLE color: 2398940.
HSL color Cylindrical-coordinate representation of color #DC9A24: hue angle of 38.48º 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 #DC9A24 is Cyan = 0, Magento = 0.3, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 36 | - |
| CMYK | 0 | 0.3 | 0.84 | 0.14 |
| HSL | 38.48º | 0.72% | 0.5% | - |
| HSV(B) | 38.48º | 0.84% | 0.86% | - |
| XYZ | 41.39 | 38.45 | 6.91 | - |
| YUV | 160.28 | 57.87 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 36 | 0 | 0.3 | 0.84 | 0.14 | 38.48 | 0.72 | 0.5 |
| Hex | DC | 9A | 24 | 0 | 1E | 54 | E | 26 | 48 | 32 |
| Octal | 334 | 232 | 44 | 0 | 36 | 124 | 16 | 46 | 110 | 62 |
| Binary | 11011100 | 10011010 | 100100 | 0 | 11110 | 1010100 | 1110 | 100110 | 1001000 | 110010 |
Color Harmonies of #DC9A24
Complementary color
Monochromatic Colors of #DC9A24
Black with #DC9A24
Text Example
Text Example
White with #DC9A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A24; }
p { color: rgb(220,154,36); }
H1.HeaderClassName
{
color: #DC9A24;
}
.AnyTagClassName
{
color: #DC9A24;
}
</style>
background-color css
<style>
a { background-color: #DC9A24; }
a { background-color: rgb(220,154,36); }
div.DivClassName
{
background-color: #DC9A24;
}
.BgClassName
{
background-color: #DC9A24;
}
</style>
border-color css
<style>
span { border-color: #DC9A24; }
span { border-color: rgb(220,154,36); }
td.TdClassName
{
border-color: #DC9A24;
}
.TagClassName
{
border-color: #DC9A24;
}
</style>