Shades of Buttercup #DC8929
Tints of Buttercup #DC8929
RGB
CMYK
RGB Variations
Color information
#DC8929 (or 0xDC8929) is known color: Buttercup. HEX triplet: DC, 89 and 29. RGB value is (220,137,41). Sum of RGB (Red+Green+Blue) = 220+137+41=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8929 is #2376D6. Grayscale: #979797. Windows color (decimal): -2324183 or 2722268. OLE color: 2722268.
HSL color Cylindrical-coordinate representation of color #DC8929: hue angle of 32.18º 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 #DC8929 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 41 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.14 |
| HSL | 32.18º | 0.72% | 0.51% | - |
| HSV(B) | 32.18º | 0.81% | 0.86% | - |
| XYZ | 38.86 | 33.27 | 6.47 | - |
| YUV | 150.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 41 | 0 | 0.38 | 0.81 | 0.14 | 32.18 | 0.72 | 0.51 |
| Hex | DC | 89 | 29 | 0 | 26 | 51 | E | 20 | 48 | 33 |
| Octal | 334 | 211 | 51 | 0 | 46 | 121 | 16 | 40 | 110 | 63 |
| Binary | 11011100 | 10001001 | 101001 | 0 | 100110 | 1010001 | 1110 | 100000 | 1001000 | 110011 |
Color Harmonies of #DC8929
Complementary color
Monochromatic Colors of #DC8929
Black with #DC8929
Text Example
Text Example
White with #DC8929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8929; }
p { color: rgb(220,137,41); }
H1.HeaderClassName
{
color: #DC8929;
}
.AnyTagClassName
{
color: #DC8929;
}
</style>
background-color css
<style>
a { background-color: #DC8929; }
a { background-color: rgb(220,137,41); }
div.DivClassName
{
background-color: #DC8929;
}
.BgClassName
{
background-color: #DC8929;
}
</style>
border-color css
<style>
span { border-color: #DC8929; }
span { border-color: rgb(220,137,41); }
td.TdClassName
{
border-color: #DC8929;
}
.TagClassName
{
border-color: #DC8929;
}
</style>