Shades of Buttercup #DD882B
Tints of Buttercup #DD882B
RGB
CMYK
RGB Variations
Color information
#DD882B (or 0xDD882B) is known color: Buttercup. HEX triplet: DD, 88 and 2B. RGB value is (221,136,43). Sum of RGB (Red+Green+Blue) = 221+136+43=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD882B is #2277D4. Grayscale: #979797. Windows color (decimal): -2258901 or 2853085. OLE color: 2853085.
HSL color Cylindrical-coordinate representation of color #DD882B: hue angle of 31.35º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD882B is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 43 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.13 |
| HSL | 31.35º | 0.72% | 0.52% | - |
| HSV(B) | 31.35º | 0.81% | 0.87% | - |
| XYZ | 39.06 | 33.15 | 6.63 | - |
| YUV | 150.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 43 | 0 | 0.38 | 0.81 | 0.13 | 31.35 | 0.72 | 0.52 |
| Hex | DD | 88 | 2B | 0 | 26 | 51 | D | 1F | 48 | 34 |
| Octal | 335 | 210 | 53 | 0 | 46 | 121 | 15 | 37 | 110 | 64 |
| Binary | 11011101 | 10001000 | 101011 | 0 | 100110 | 1010001 | 1101 | 11111 | 1001000 | 110100 |
Color Harmonies of #DD882B
Complementary color
Monochromatic Colors of #DD882B
Black with #DD882B
Text Example
Text Example
White with #DD882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD882B; }
p { color: rgb(221,136,43); }
H1.HeaderClassName
{
color: #DD882B;
}
.AnyTagClassName
{
color: #DD882B;
}
</style>
background-color css
<style>
a { background-color: #DD882B; }
a { background-color: rgb(221,136,43); }
div.DivClassName
{
background-color: #DD882B;
}
.BgClassName
{
background-color: #DD882B;
}
</style>
border-color css
<style>
span { border-color: #DD882B; }
span { border-color: rgb(221,136,43); }
td.TdClassName
{
border-color: #DD882B;
}
.TagClassName
{
border-color: #DD882B;
}
</style>