Shades of Buttercup #DD881D
Tints of Buttercup #DD881D
RGB
CMYK
RGB Variations
Color information
#DD881D (or 0xDD881D) is known color: Buttercup. HEX triplet: DD, 88 and 1D. RGB value is (221,136,29). Sum of RGB (Red+Green+Blue) = 221+136+29=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD881D is #2277E2. Grayscale: #959595. Windows color (decimal): -2258915 or 1935581. OLE color: 1935581.
HSL color Cylindrical-coordinate representation of color #DD881D: hue angle of 33.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD881D is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 29 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.13 |
| HSL | 33.44º | 0.77% | 0.49% | - |
| HSV(B) | 33.44º | 0.87% | 0.87% | - |
| XYZ | 38.84 | 33.07 | 5.5 | - |
| YUV | 149.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 29 | 0 | 0.38 | 0.87 | 0.13 | 33.44 | 0.77 | 0.49 |
| Hex | DD | 88 | 1D | 0 | 26 | 57 | D | 21 | 4D | 31 |
| Octal | 335 | 210 | 35 | 0 | 46 | 127 | 15 | 41 | 115 | 61 |
| Binary | 11011101 | 10001000 | 11101 | 0 | 100110 | 1010111 | 1101 | 100001 | 1001101 | 110001 |
Color Harmonies of #DD881D
Complementary color
Monochromatic Colors of #DD881D
Black with #DD881D
Text Example
Text Example
White with #DD881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD881D; }
p { color: rgb(221,136,29); }
H1.HeaderClassName
{
color: #DD881D;
}
.AnyTagClassName
{
color: #DD881D;
}
</style>
background-color css
<style>
a { background-color: #DD881D; }
a { background-color: rgb(221,136,29); }
div.DivClassName
{
background-color: #DD881D;
}
.BgClassName
{
background-color: #DD881D;
}
</style>
border-color css
<style>
span { border-color: #DD881D; }
span { border-color: rgb(221,136,29); }
td.TdClassName
{
border-color: #DD881D;
}
.TagClassName
{
border-color: #DD881D;
}
</style>