Shades of Buttercup #DC8A2D
Tints of Buttercup #DC8A2D
RGB
CMYK
RGB Variations
Color information
#DC8A2D (or 0xDC8A2D) is known color: Buttercup. HEX triplet: DC, 8A and 2D. RGB value is (220,138,45). Sum of RGB (Red+Green+Blue) = 220+138+45=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A2D is #2375D2. Grayscale: #989898. Windows color (decimal): -2323923 or 2984668. OLE color: 2984668.
HSL color Cylindrical-coordinate representation of color #DC8A2D: hue angle of 31.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC8A2D is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 45 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.14 |
| HSL | 31.89º | 0.71% | 0.52% | - |
| HSV(B) | 31.89º | 0.8% | 0.86% | - |
| XYZ | 39.08 | 33.58 | 6.91 | - |
| YUV | 151.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 45 | 0 | 0.37 | 0.80 | 0.14 | 31.89 | 0.71 | 0.52 |
| Hex | DC | 8A | 2D | 0 | 25 | 50 | E | 20 | 47 | 34 |
| Octal | 334 | 212 | 55 | 0 | 45 | 120 | 16 | 40 | 107 | 64 |
| Binary | 11011100 | 10001010 | 101101 | 0 | 100101 | 1010000 | 1110 | 100000 | 1000111 | 110100 |
Color Harmonies of #DC8A2D
Complementary color
Monochromatic Colors of #DC8A2D
Black with #DC8A2D
Text Example
Text Example
White with #DC8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A2D; }
p { color: rgb(220,138,45); }
H1.HeaderClassName
{
color: #DC8A2D;
}
.AnyTagClassName
{
color: #DC8A2D;
}
</style>
background-color css
<style>
a { background-color: #DC8A2D; }
a { background-color: rgb(220,138,45); }
div.DivClassName
{
background-color: #DC8A2D;
}
.BgClassName
{
background-color: #DC8A2D;
}
</style>
border-color css
<style>
span { border-color: #DC8A2D; }
span { border-color: rgb(220,138,45); }
td.TdClassName
{
border-color: #DC8A2D;
}
.TagClassName
{
border-color: #DC8A2D;
}
</style>