Shades of Buttercup #DD871D
Tints of Buttercup #DD871D
RGB
CMYK
RGB Variations
Color information
#DD871D (or 0xDD871D) is known color: Buttercup. HEX triplet: DD, 87 and 1D. RGB value is (221,135,29). Sum of RGB (Red+Green+Blue) = 221+135+29=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD871D is #2278E2. Grayscale: #959595. Windows color (decimal): -2259171 or 1935325. OLE color: 1935325.
HSL color Cylindrical-coordinate representation of color #DD871D: hue angle of 33.12º 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 #DD871D is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 29 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.13 |
| HSL | 33.13º | 0.77% | 0.49% | - |
| HSV(B) | 33.13º | 0.87% | 0.87% | - |
| XYZ | 38.7 | 32.79 | 5.45 | - |
| YUV | 148.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 29 | 0 | 0.39 | 0.87 | 0.13 | 33.13 | 0.77 | 0.49 |
| Hex | DD | 87 | 1D | 0 | 27 | 57 | D | 21 | 4D | 31 |
| Octal | 335 | 207 | 35 | 0 | 47 | 127 | 15 | 41 | 115 | 61 |
| Binary | 11011101 | 10000111 | 11101 | 0 | 100111 | 1010111 | 1101 | 100001 | 1001101 | 110001 |
Color Harmonies of #DD871D
Complementary color
Monochromatic Colors of #DD871D
Black with #DD871D
Text Example
Text Example
White with #DD871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD871D; }
p { color: rgb(221,135,29); }
H1.HeaderClassName
{
color: #DD871D;
}
.AnyTagClassName
{
color: #DD871D;
}
</style>
background-color css
<style>
a { background-color: #DD871D; }
a { background-color: rgb(221,135,29); }
div.DivClassName
{
background-color: #DD871D;
}
.BgClassName
{
background-color: #DD871D;
}
</style>
border-color css
<style>
span { border-color: #DD871D; }
span { border-color: rgb(221,135,29); }
td.TdClassName
{
border-color: #DD871D;
}
.TagClassName
{
border-color: #DD871D;
}
</style>