Shades of Buttercup #DC8F2E
Tints of Buttercup #DC8F2E
RGB
CMYK
RGB Variations
Color information
#DC8F2E (or 0xDC8F2E) is known color: Buttercup. HEX triplet: DC, 8F and 2E. RGB value is (220,143,46). Sum of RGB (Red+Green+Blue) = 220+143+46=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F2E is #2370D1. Grayscale: #9B9B9B. Windows color (decimal): -2322642 or 3051484. OLE color: 3051484.
HSL color Cylindrical-coordinate representation of color #DC8F2E: hue angle of 33.45º 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 #DC8F2E is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 46 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.14 |
| HSL | 33.45º | 0.71% | 0.52% | - |
| HSV(B) | 33.45º | 0.79% | 0.86% | - |
| XYZ | 39.83 | 35.06 | 7.25 | - |
| YUV | 154.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 46 | 0 | 0.35 | 0.79 | 0.14 | 33.45 | 0.71 | 0.52 |
| Hex | DC | 8F | 2E | 0 | 23 | 4F | E | 21 | 47 | 34 |
| Octal | 334 | 217 | 56 | 0 | 43 | 117 | 16 | 41 | 107 | 64 |
| Binary | 11011100 | 10001111 | 101110 | 0 | 100011 | 1001111 | 1110 | 100001 | 1000111 | 110100 |
Color Harmonies of #DC8F2E
Complementary color
Monochromatic Colors of #DC8F2E
Black with #DC8F2E
Text Example
Text Example
White with #DC8F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F2E; }
p { color: rgb(220,143,46); }
H1.HeaderClassName
{
color: #DC8F2E;
}
.AnyTagClassName
{
color: #DC8F2E;
}
</style>
background-color css
<style>
a { background-color: #DC8F2E; }
a { background-color: rgb(220,143,46); }
div.DivClassName
{
background-color: #DC8F2E;
}
.BgClassName
{
background-color: #DC8F2E;
}
</style>
border-color css
<style>
span { border-color: #DC8F2E; }
span { border-color: rgb(220,143,46); }
td.TdClassName
{
border-color: #DC8F2E;
}
.TagClassName
{
border-color: #DC8F2E;
}
</style>