Shades of Buttercup #DC8924
Tints of Buttercup #DC8924
RGB
CMYK
RGB Variations
Color information
#DC8924 (or 0xDC8924) is known color: Buttercup. HEX triplet: DC, 89 and 24. RGB value is (220,137,36). Sum of RGB (Red+Green+Blue) = 220+137+36=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8924 is #2376DB. Grayscale: #969696. Windows color (decimal): -2324188 or 2394588. OLE color: 2394588.
HSL color Cylindrical-coordinate representation of color #DC8924: hue angle of 32.93º 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 #DC8924 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 36 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.14 |
| HSL | 32.93º | 0.72% | 0.5% | - |
| HSV(B) | 32.93º | 0.84% | 0.86% | - |
| XYZ | 38.78 | 33.23 | 6.04 | - |
| YUV | 150.3 | 63.5 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 36 | 0 | 0.38 | 0.84 | 0.14 | 32.93 | 0.72 | 0.5 |
| Hex | DC | 89 | 24 | 0 | 26 | 54 | E | 21 | 48 | 32 |
| Octal | 334 | 211 | 44 | 0 | 46 | 124 | 16 | 41 | 110 | 62 |
| Binary | 11011100 | 10001001 | 100100 | 0 | 100110 | 1010100 | 1110 | 100001 | 1001000 | 110010 |
Color Harmonies of #DC8924
Complementary color
Monochromatic Colors of #DC8924
Black with #DC8924
Text Example
Text Example
White with #DC8924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8924; }
p { color: rgb(220,137,36); }
H1.HeaderClassName
{
color: #DC8924;
}
.AnyTagClassName
{
color: #DC8924;
}
</style>
background-color css
<style>
a { background-color: #DC8924; }
a { background-color: rgb(220,137,36); }
div.DivClassName
{
background-color: #DC8924;
}
.BgClassName
{
background-color: #DC8924;
}
</style>
border-color css
<style>
span { border-color: #DC8924; }
span { border-color: rgb(220,137,36); }
td.TdClassName
{
border-color: #DC8924;
}
.TagClassName
{
border-color: #DC8924;
}
</style>