Shades of Buttercup #DD8B2E
Tints of Buttercup #DD8B2E
RGB
CMYK
RGB Variations
Color information
#DD8B2E (or 0xDD8B2E) is known color: Buttercup. HEX triplet: DD, 8B and 2E. RGB value is (221,139,46). Sum of RGB (Red+Green+Blue) = 221+139+46=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B2E is #2274D1. Grayscale: #999999. Windows color (decimal): -2258130 or 3050461. OLE color: 3050461.
HSL color Cylindrical-coordinate representation of color #DD8B2E: hue angle of 31.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD8B2E is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 46 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.13 |
| HSL | 31.89º | 0.72% | 0.52% | - |
| HSV(B) | 31.89º | 0.79% | 0.87% | - |
| XYZ | 39.54 | 34.03 | 7.07 | - |
| YUV | 152.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 46 | 0 | 0.37 | 0.79 | 0.13 | 31.89 | 0.72 | 0.52 |
| Hex | DD | 8B | 2E | 0 | 25 | 4F | D | 20 | 48 | 34 |
| Octal | 335 | 213 | 56 | 0 | 45 | 117 | 15 | 40 | 110 | 64 |
| Binary | 11011101 | 10001011 | 101110 | 0 | 100101 | 1001111 | 1101 | 100000 | 1001000 | 110100 |
Color Harmonies of #DD8B2E
Complementary color
Monochromatic Colors of #DD8B2E
Black with #DD8B2E
Text Example
Text Example
White with #DD8B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B2E; }
p { color: rgb(221,139,46); }
H1.HeaderClassName
{
color: #DD8B2E;
}
.AnyTagClassName
{
color: #DD8B2E;
}
</style>
background-color css
<style>
a { background-color: #DD8B2E; }
a { background-color: rgb(221,139,46); }
div.DivClassName
{
background-color: #DD8B2E;
}
.BgClassName
{
background-color: #DD8B2E;
}
</style>
border-color css
<style>
span { border-color: #DD8B2E; }
span { border-color: rgb(221,139,46); }
td.TdClassName
{
border-color: #DD8B2E;
}
.TagClassName
{
border-color: #DD8B2E;
}
</style>