Shades of Buttercup #DC9124
Tints of Buttercup #DC9124
RGB
CMYK
RGB Variations
Color information
#DC9124 (or 0xDC9124) is known color: Buttercup. HEX triplet: DC, 91 and 24. RGB value is (220,145,36). Sum of RGB (Red+Green+Blue) = 220+145+36=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9124 is #236EDB. Grayscale: #9B9B9B. Windows color (decimal): -2322140 or 2396636. OLE color: 2396636.
HSL color Cylindrical-coordinate representation of color #DC9124: hue angle of 35.54º 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 #DC9124 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 36 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.14 |
| HSL | 35.54º | 0.72% | 0.5% | - |
| HSV(B) | 35.54º | 0.84% | 0.86% | - |
| XYZ | 39.96 | 35.59 | 6.43 | - |
| YUV | 155 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 36 | 0 | 0.34 | 0.84 | 0.14 | 35.54 | 0.72 | 0.5 |
| Hex | DC | 91 | 24 | 0 | 22 | 54 | E | 24 | 48 | 32 |
| Octal | 334 | 221 | 44 | 0 | 42 | 124 | 16 | 44 | 110 | 62 |
| Binary | 11011100 | 10010001 | 100100 | 0 | 100010 | 1010100 | 1110 | 100100 | 1001000 | 110010 |
Color Harmonies of #DC9124
Complementary color
Monochromatic Colors of #DC9124
Black with #DC9124
Text Example
Text Example
White with #DC9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9124; }
p { color: rgb(220,145,36); }
H1.HeaderClassName
{
color: #DC9124;
}
.AnyTagClassName
{
color: #DC9124;
}
</style>
background-color css
<style>
a { background-color: #DC9124; }
a { background-color: rgb(220,145,36); }
div.DivClassName
{
background-color: #DC9124;
}
.BgClassName
{
background-color: #DC9124;
}
</style>
border-color css
<style>
span { border-color: #DC9124; }
span { border-color: rgb(220,145,36); }
td.TdClassName
{
border-color: #DC9124;
}
.TagClassName
{
border-color: #DC9124;
}
</style>