Shades of Buttercup #DD881E
Tints of Buttercup #DD881E
RGB
CMYK
RGB Variations
Color information
#DD881E (or 0xDD881E) is known color: Buttercup. HEX triplet: DD, 88 and 1E. RGB value is (221,136,30). Sum of RGB (Red+Green+Blue) = 221+136+30=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD881E is #2277E1. Grayscale: #959595. Windows color (decimal): -2258914 or 2001117. OLE color: 2001117.
HSL color Cylindrical-coordinate representation of color #DD881E: hue angle of 33.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD881E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 30 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.13 |
| HSL | 33.3º | 0.76% | 0.49% | - |
| HSV(B) | 33.3º | 0.86% | 0.87% | - |
| XYZ | 38.86 | 33.07 | 5.56 | - |
| YUV | 149.33 | 60.66 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 30 | 0 | 0.38 | 0.86 | 0.13 | 33.3 | 0.76 | 0.49 |
| Hex | DD | 88 | 1E | 0 | 26 | 56 | D | 21 | 4C | 31 |
| Octal | 335 | 210 | 36 | 0 | 46 | 126 | 15 | 41 | 114 | 61 |
| Binary | 11011101 | 10001000 | 11110 | 0 | 100110 | 1010110 | 1101 | 100001 | 1001100 | 110001 |
Color Harmonies of #DD881E
Complementary color
Monochromatic Colors of #DD881E
Black with #DD881E
Text Example
Text Example
White with #DD881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD881E; }
p { color: rgb(221,136,30); }
H1.HeaderClassName
{
color: #DD881E;
}
.AnyTagClassName
{
color: #DD881E;
}
</style>
background-color css
<style>
a { background-color: #DD881E; }
a { background-color: rgb(221,136,30); }
div.DivClassName
{
background-color: #DD881E;
}
.BgClassName
{
background-color: #DD881E;
}
</style>
border-color css
<style>
span { border-color: #DD881E; }
span { border-color: rgb(221,136,30); }
td.TdClassName
{
border-color: #DD881E;
}
.TagClassName
{
border-color: #DD881E;
}
</style>