Shades of Buttercup #DD8F2E
Tints of Buttercup #DD8F2E
RGB
CMYK
RGB Variations
Color information
#DD8F2E (or 0xDD8F2E) is known color: Buttercup. HEX triplet: DD, 8F and 2E. RGB value is (221,143,46). Sum of RGB (Red+Green+Blue) = 221+143+46=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F2E is #2270D1. Grayscale: #9B9B9B. Windows color (decimal): -2257106 or 3051485. OLE color: 3051485.
HSL color Cylindrical-coordinate representation of color #DD8F2E: hue angle of 33.26º 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 #DD8F2E is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 46 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.13 |
| HSL | 33.26º | 0.72% | 0.52% | - |
| HSV(B) | 33.26º | 0.79% | 0.87% | - |
| XYZ | 40.13 | 35.21 | 7.27 | - |
| YUV | 155.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 46 | 0 | 0.35 | 0.79 | 0.13 | 33.26 | 0.72 | 0.52 |
| Hex | DD | 8F | 2E | 0 | 23 | 4F | D | 21 | 48 | 34 |
| Octal | 335 | 217 | 56 | 0 | 43 | 117 | 15 | 41 | 110 | 64 |
| Binary | 11011101 | 10001111 | 101110 | 0 | 100011 | 1001111 | 1101 | 100001 | 1001000 | 110100 |
Color Harmonies of #DD8F2E
Complementary color
Monochromatic Colors of #DD8F2E
Black with #DD8F2E
Text Example
Text Example
White with #DD8F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F2E; }
p { color: rgb(221,143,46); }
H1.HeaderClassName
{
color: #DD8F2E;
}
.AnyTagClassName
{
color: #DD8F2E;
}
</style>
background-color css
<style>
a { background-color: #DD8F2E; }
a { background-color: rgb(221,143,46); }
div.DivClassName
{
background-color: #DD8F2E;
}
.BgClassName
{
background-color: #DD8F2E;
}
</style>
border-color css
<style>
span { border-color: #DD8F2E; }
span { border-color: rgb(221,143,46); }
td.TdClassName
{
border-color: #DD8F2E;
}
.TagClassName
{
border-color: #DD8F2E;
}
</style>