Shades of Buttercup #DC8A29
Tints of Buttercup #DC8A29
RGB
CMYK
RGB Variations
Color information
#DC8A29 (or 0xDC8A29) is known color: Buttercup. HEX triplet: DC, 8A and 29. RGB value is (220,138,41). Sum of RGB (Red+Green+Blue) = 220+138+41=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A29 is #2375D6. Grayscale: #979797. Windows color (decimal): -2323927 or 2722524. OLE color: 2722524.
HSL color Cylindrical-coordinate representation of color #DC8A29: hue angle of 32.51º 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 #DC8A29 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 41 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.14 |
| HSL | 32.51º | 0.72% | 0.51% | - |
| HSV(B) | 32.51º | 0.81% | 0.86% | - |
| XYZ | 39 | 33.55 | 6.52 | - |
| YUV | 151.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 41 | 0 | 0.37 | 0.81 | 0.14 | 32.51 | 0.72 | 0.51 |
| Hex | DC | 8A | 29 | 0 | 25 | 51 | E | 21 | 48 | 33 |
| Octal | 334 | 212 | 51 | 0 | 45 | 121 | 16 | 41 | 110 | 63 |
| Binary | 11011100 | 10001010 | 101001 | 0 | 100101 | 1010001 | 1110 | 100001 | 1001000 | 110011 |
Color Harmonies of #DC8A29
Complementary color
Monochromatic Colors of #DC8A29
Black with #DC8A29
Text Example
Text Example
White with #DC8A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A29; }
p { color: rgb(220,138,41); }
H1.HeaderClassName
{
color: #DC8A29;
}
.AnyTagClassName
{
color: #DC8A29;
}
</style>
background-color css
<style>
a { background-color: #DC8A29; }
a { background-color: rgb(220,138,41); }
div.DivClassName
{
background-color: #DC8A29;
}
.BgClassName
{
background-color: #DC8A29;
}
</style>
border-color css
<style>
span { border-color: #DC8A29; }
span { border-color: rgb(220,138,41); }
td.TdClassName
{
border-color: #DC8A29;
}
.TagClassName
{
border-color: #DC8A29;
}
</style>