Shades of Buttercup #DC9824
Tints of Buttercup #DC9824
RGB
CMYK
RGB Variations
Color information
#DC9824 (or 0xDC9824) is known color: Buttercup. HEX triplet: DC, 98 and 24. RGB value is (220,152,36). Sum of RGB (Red+Green+Blue) = 220+152+36=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9824 is #2367DB. Grayscale: #9F9F9F. Windows color (decimal): -2320348 or 2398428. OLE color: 2398428.
HSL color Cylindrical-coordinate representation of color #DC9824: hue angle of 37.83º 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 #DC9824 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 36 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.14 |
| HSL | 37.83º | 0.72% | 0.5% | - |
| HSV(B) | 37.83º | 0.84% | 0.86% | - |
| XYZ | 41.06 | 37.8 | 6.8 | - |
| YUV | 159.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 36 | 0 | 0.31 | 0.84 | 0.14 | 37.83 | 0.72 | 0.5 |
| Hex | DC | 98 | 24 | 0 | 1F | 54 | E | 26 | 48 | 32 |
| Octal | 334 | 230 | 44 | 0 | 37 | 124 | 16 | 46 | 110 | 62 |
| Binary | 11011100 | 10011000 | 100100 | 0 | 11111 | 1010100 | 1110 | 100110 | 1001000 | 110010 |
Color Harmonies of #DC9824
Complementary color
Monochromatic Colors of #DC9824
Black with #DC9824
Text Example
Text Example
White with #DC9824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9824; }
p { color: rgb(220,152,36); }
H1.HeaderClassName
{
color: #DC9824;
}
.AnyTagClassName
{
color: #DC9824;
}
</style>
background-color css
<style>
a { background-color: #DC9824; }
a { background-color: rgb(220,152,36); }
div.DivClassName
{
background-color: #DC9824;
}
.BgClassName
{
background-color: #DC9824;
}
</style>
border-color css
<style>
span { border-color: #DC9824; }
span { border-color: rgb(220,152,36); }
td.TdClassName
{
border-color: #DC9824;
}
.TagClassName
{
border-color: #DC9824;
}
</style>