Shades of Buttercup #DD8A2E
Tints of Buttercup #DD8A2E
RGB
CMYK
RGB Variations
Color information
#DD8A2E (or 0xDD8A2E) is known color: Buttercup. HEX triplet: DD, 8A and 2E. RGB value is (221,138,46). Sum of RGB (Red+Green+Blue) = 221+138+46=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A2E is #2275D1. Grayscale: #989898. Windows color (decimal): -2258386 or 3050205. OLE color: 3050205.
HSL color Cylindrical-coordinate representation of color #DD8A2E: hue angle of 31.54º 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 #DD8A2E is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 46 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.13 |
| HSL | 31.54º | 0.72% | 0.52% | - |
| HSV(B) | 31.54º | 0.79% | 0.87% | - |
| XYZ | 39.4 | 33.75 | 7.02 | - |
| YUV | 152.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 46 | 0 | 0.38 | 0.79 | 0.13 | 31.54 | 0.72 | 0.52 |
| Hex | DD | 8A | 2E | 0 | 26 | 4F | D | 20 | 48 | 34 |
| Octal | 335 | 212 | 56 | 0 | 46 | 117 | 15 | 40 | 110 | 64 |
| Binary | 11011101 | 10001010 | 101110 | 0 | 100110 | 1001111 | 1101 | 100000 | 1001000 | 110100 |
Color Harmonies of #DD8A2E
Complementary color
Monochromatic Colors of #DD8A2E
Black with #DD8A2E
Text Example
Text Example
White with #DD8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A2E; }
p { color: rgb(221,138,46); }
H1.HeaderClassName
{
color: #DD8A2E;
}
.AnyTagClassName
{
color: #DD8A2E;
}
</style>
background-color css
<style>
a { background-color: #DD8A2E; }
a { background-color: rgb(221,138,46); }
div.DivClassName
{
background-color: #DD8A2E;
}
.BgClassName
{
background-color: #DD8A2E;
}
</style>
border-color css
<style>
span { border-color: #DD8A2E; }
span { border-color: rgb(221,138,46); }
td.TdClassName
{
border-color: #DD8A2E;
}
.TagClassName
{
border-color: #DD8A2E;
}
</style>