Shades of Buttercup #DC8A2A
Tints of Buttercup #DC8A2A
RGB
CMYK
RGB Variations
Color information
#DC8A2A (or 0xDC8A2A) is known color: Buttercup. HEX triplet: DC, 8A and 2A. RGB value is (220,138,42). Sum of RGB (Red+Green+Blue) = 220+138+42=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A2A is #2375D5. Grayscale: #989898. Windows color (decimal): -2323926 or 2788060. OLE color: 2788060.
HSL color Cylindrical-coordinate representation of color #DC8A2A: hue angle of 32.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC8A2A is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 42 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.14 |
| HSL | 32.36º | 0.72% | 0.51% | - |
| HSV(B) | 32.36º | 0.81% | 0.86% | - |
| XYZ | 39.02 | 33.56 | 6.61 | - |
| YUV | 151.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 42 | 0 | 0.37 | 0.81 | 0.14 | 32.36 | 0.72 | 0.51 |
| Hex | DC | 8A | 2A | 0 | 25 | 51 | E | 20 | 48 | 33 |
| Octal | 334 | 212 | 52 | 0 | 45 | 121 | 16 | 40 | 110 | 63 |
| Binary | 11011100 | 10001010 | 101010 | 0 | 100101 | 1010001 | 1110 | 100000 | 1001000 | 110011 |
Color Harmonies of #DC8A2A
Complementary color
Monochromatic Colors of #DC8A2A
Black with #DC8A2A
Text Example
Text Example
White with #DC8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A2A; }
p { color: rgb(220,138,42); }
H1.HeaderClassName
{
color: #DC8A2A;
}
.AnyTagClassName
{
color: #DC8A2A;
}
</style>
background-color css
<style>
a { background-color: #DC8A2A; }
a { background-color: rgb(220,138,42); }
div.DivClassName
{
background-color: #DC8A2A;
}
.BgClassName
{
background-color: #DC8A2A;
}
</style>
border-color css
<style>
span { border-color: #DC8A2A; }
span { border-color: rgb(220,138,42); }
td.TdClassName
{
border-color: #DC8A2A;
}
.TagClassName
{
border-color: #DC8A2A;
}
</style>