Shades of Buttercup #DC8825
Tints of Buttercup #DC8825
RGB
CMYK
RGB Variations
Color information
#DC8825 (or 0xDC8825) is known color: Buttercup. HEX triplet: DC, 88 and 25. RGB value is (220,136,37). Sum of RGB (Red+Green+Blue) = 220+136+37=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8825 is #2377DA. Grayscale: #969696. Windows color (decimal): -2324443 or 2459868. OLE color: 2459868.
HSL color Cylindrical-coordinate representation of color #DC8825: hue angle of 32.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC8825 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 37 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.14 |
| HSL | 32.46º | 0.72% | 0.5% | - |
| HSV(B) | 32.46º | 0.83% | 0.86% | - |
| XYZ | 38.65 | 32.96 | 6.07 | - |
| YUV | 149.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 37 | 0 | 0.38 | 0.83 | 0.14 | 32.46 | 0.72 | 0.5 |
| Hex | DC | 88 | 25 | 0 | 26 | 53 | E | 20 | 48 | 32 |
| Octal | 334 | 210 | 45 | 0 | 46 | 123 | 16 | 40 | 110 | 62 |
| Binary | 11011100 | 10001000 | 100101 | 0 | 100110 | 1010011 | 1110 | 100000 | 1001000 | 110010 |
Color Harmonies of #DC8825
Complementary color
Monochromatic Colors of #DC8825
Black with #DC8825
Text Example
Text Example
White with #DC8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8825; }
p { color: rgb(220,136,37); }
H1.HeaderClassName
{
color: #DC8825;
}
.AnyTagClassName
{
color: #DC8825;
}
</style>
background-color css
<style>
a { background-color: #DC8825; }
a { background-color: rgb(220,136,37); }
div.DivClassName
{
background-color: #DC8825;
}
.BgClassName
{
background-color: #DC8825;
}
</style>
border-color css
<style>
span { border-color: #DC8825; }
span { border-color: rgb(220,136,37); }
td.TdClassName
{
border-color: #DC8825;
}
.TagClassName
{
border-color: #DC8825;
}
</style>