Shades of Buttercup #DC8824
Tints of Buttercup #DC8824
RGB
CMYK
RGB Variations
Color information
#DC8824 (or 0xDC8824) is known color: Buttercup. HEX triplet: DC, 88 and 24. RGB value is (220,136,36). Sum of RGB (Red+Green+Blue) = 220+136+36=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8824 is #2377DB. Grayscale: #969696. Windows color (decimal): -2324444 or 2394332. OLE color: 2394332.
HSL color Cylindrical-coordinate representation of color #DC8824: hue angle of 32.61º 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 #DC8824 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 36 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.14 |
| HSL | 32.61º | 0.72% | 0.5% | - |
| HSV(B) | 32.61º | 0.84% | 0.86% | - |
| XYZ | 38.64 | 32.95 | 5.99 | - |
| YUV | 149.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 36 | 0 | 0.38 | 0.84 | 0.14 | 32.61 | 0.72 | 0.5 |
| Hex | DC | 88 | 24 | 0 | 26 | 54 | E | 21 | 48 | 32 |
| Octal | 334 | 210 | 44 | 0 | 46 | 124 | 16 | 41 | 110 | 62 |
| Binary | 11011100 | 10001000 | 100100 | 0 | 100110 | 1010100 | 1110 | 100001 | 1001000 | 110010 |
Color Harmonies of #DC8824
Complementary color
Monochromatic Colors of #DC8824
Black with #DC8824
Text Example
Text Example
White with #DC8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8824; }
p { color: rgb(220,136,36); }
H1.HeaderClassName
{
color: #DC8824;
}
.AnyTagClassName
{
color: #DC8824;
}
</style>
background-color css
<style>
a { background-color: #DC8824; }
a { background-color: rgb(220,136,36); }
div.DivClassName
{
background-color: #DC8824;
}
.BgClassName
{
background-color: #DC8824;
}
</style>
border-color css
<style>
span { border-color: #DC8824; }
span { border-color: rgb(220,136,36); }
td.TdClassName
{
border-color: #DC8824;
}
.TagClassName
{
border-color: #DC8824;
}
</style>