Shades of Buttercup #DC8A2E
Tints of Buttercup #DC8A2E
RGB
CMYK
RGB Variations
Color information
#DC8A2E (or 0xDC8A2E) is known color: Buttercup. HEX triplet: DC, 8A and 2E. RGB value is (220,138,46). Sum of RGB (Red+Green+Blue) = 220+138+46=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A2E is #2375D1. Grayscale: #989898. Windows color (decimal): -2323922 or 3050204. OLE color: 3050204.
HSL color Cylindrical-coordinate representation of color #DC8A2E: hue angle of 31.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC8A2E is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 46 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.14 |
| HSL | 31.72º | 0.71% | 0.52% | - |
| HSV(B) | 31.72º | 0.79% | 0.86% | - |
| XYZ | 39.1 | 33.59 | 7.01 | - |
| YUV | 152.03 | 68.17 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 46 | 0 | 0.37 | 0.79 | 0.14 | 31.72 | 0.71 | 0.52 |
| Hex | DC | 8A | 2E | 0 | 25 | 4F | E | 20 | 47 | 34 |
| Octal | 334 | 212 | 56 | 0 | 45 | 117 | 16 | 40 | 107 | 64 |
| Binary | 11011100 | 10001010 | 101110 | 0 | 100101 | 1001111 | 1110 | 100000 | 1000111 | 110100 |
Color Harmonies of #DC8A2E
Complementary color
Monochromatic Colors of #DC8A2E
Black with #DC8A2E
Text Example
Text Example
White with #DC8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A2E; }
p { color: rgb(220,138,46); }
H1.HeaderClassName
{
color: #DC8A2E;
}
.AnyTagClassName
{
color: #DC8A2E;
}
</style>
background-color css
<style>
a { background-color: #DC8A2E; }
a { background-color: rgb(220,138,46); }
div.DivClassName
{
background-color: #DC8A2E;
}
.BgClassName
{
background-color: #DC8A2E;
}
</style>
border-color css
<style>
span { border-color: #DC8A2E; }
span { border-color: rgb(220,138,46); }
td.TdClassName
{
border-color: #DC8A2E;
}
.TagClassName
{
border-color: #DC8A2E;
}
</style>