Shades of Buttercup #DC8826
Tints of Buttercup #DC8826
RGB
CMYK
RGB Variations
Color information
#DC8826 (or 0xDC8826) is known color: Buttercup. HEX triplet: DC, 88 and 26. RGB value is (220,136,38). Sum of RGB (Red+Green+Blue) = 220+136+38=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8826 is #2377D9. Grayscale: #969696. Windows color (decimal): -2324442 or 2525404. OLE color: 2525404.
HSL color Cylindrical-coordinate representation of color #DC8826: hue angle of 32.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC8826 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 38 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.14 |
| HSL | 32.31º | 0.72% | 0.51% | - |
| HSV(B) | 32.31º | 0.83% | 0.86% | - |
| XYZ | 38.67 | 32.96 | 6.16 | - |
| YUV | 149.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 38 | 0 | 0.38 | 0.83 | 0.14 | 32.31 | 0.72 | 0.51 |
| Hex | DC | 88 | 26 | 0 | 26 | 53 | E | 20 | 48 | 33 |
| Octal | 334 | 210 | 46 | 0 | 46 | 123 | 16 | 40 | 110 | 63 |
| Binary | 11011100 | 10001000 | 100110 | 0 | 100110 | 1010011 | 1110 | 100000 | 1001000 | 110011 |
Color Harmonies of #DC8826
Complementary color
Monochromatic Colors of #DC8826
Black with #DC8826
Text Example
Text Example
White with #DC8826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8826; }
p { color: rgb(220,136,38); }
H1.HeaderClassName
{
color: #DC8826;
}
.AnyTagClassName
{
color: #DC8826;
}
</style>
background-color css
<style>
a { background-color: #DC8826; }
a { background-color: rgb(220,136,38); }
div.DivClassName
{
background-color: #DC8826;
}
.BgClassName
{
background-color: #DC8826;
}
</style>
border-color css
<style>
span { border-color: #DC8826; }
span { border-color: rgb(220,136,38); }
td.TdClassName
{
border-color: #DC8826;
}
.TagClassName
{
border-color: #DC8826;
}
</style>