Shades of Buttercup #DD8C31
Tints of Buttercup #DD8C31
RGB
CMYK
RGB Variations
Color information
#DD8C31 (or 0xDD8C31) is known color: Buttercup. HEX triplet: DD, 8C and 31. RGB value is (221,140,49). Sum of RGB (Red+Green+Blue) = 221+140+49=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C31 is #2273CE. Grayscale: #9A9A9A. Windows color (decimal): -2257871 or 3247325. OLE color: 3247325.
HSL color Cylindrical-coordinate representation of color #DD8C31: hue angle of 31.74º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8C31 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 49 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.13 |
| HSL | 31.74º | 0.72% | 0.53% | - |
| HSV(B) | 31.74º | 0.78% | 0.87% | - |
| XYZ | 39.75 | 34.35 | 7.44 | - |
| YUV | 153.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 49 | 0 | 0.37 | 0.78 | 0.13 | 31.74 | 0.72 | 0.53 |
| Hex | DD | 8C | 31 | 0 | 25 | 4E | D | 20 | 48 | 35 |
| Octal | 335 | 214 | 61 | 0 | 45 | 116 | 15 | 40 | 110 | 65 |
| Binary | 11011101 | 10001100 | 110001 | 0 | 100101 | 1001110 | 1101 | 100000 | 1001000 | 110101 |
Color Harmonies of #DD8C31
Complementary color
Monochromatic Colors of #DD8C31
Black with #DD8C31
Text Example
Text Example
White with #DD8C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C31; }
p { color: rgb(221,140,49); }
H1.HeaderClassName
{
color: #DD8C31;
}
.AnyTagClassName
{
color: #DD8C31;
}
</style>
background-color css
<style>
a { background-color: #DD8C31; }
a { background-color: rgb(221,140,49); }
div.DivClassName
{
background-color: #DD8C31;
}
.BgClassName
{
background-color: #DD8C31;
}
</style>
border-color css
<style>
span { border-color: #DD8C31; }
span { border-color: rgb(221,140,49); }
td.TdClassName
{
border-color: #DD8C31;
}
.TagClassName
{
border-color: #DD8C31;
}
</style>