Shades of Buttercup #DD8C30
Tints of Buttercup #DD8C30
RGB
CMYK
RGB Variations
Color information
#DD8C30 (or 0xDD8C30) is known color: Buttercup. HEX triplet: DD, 8C and 30. RGB value is (221,140,48). Sum of RGB (Red+Green+Blue) = 221+140+48=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C30 is #2273CF. Grayscale: #9A9A9A. Windows color (decimal): -2257872 or 3181789. OLE color: 3181789.
HSL color Cylindrical-coordinate representation of color #DD8C30: hue angle of 31.91º 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 #DD8C30 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 48 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.13 |
| HSL | 31.91º | 0.72% | 0.53% | - |
| HSV(B) | 31.91º | 0.78% | 0.87% | - |
| XYZ | 39.73 | 34.34 | 7.33 | - |
| YUV | 153.73 | 68.34 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 48 | 0 | 0.37 | 0.78 | 0.13 | 31.91 | 0.72 | 0.53 |
| Hex | DD | 8C | 30 | 0 | 25 | 4E | D | 20 | 48 | 35 |
| Octal | 335 | 214 | 60 | 0 | 45 | 116 | 15 | 40 | 110 | 65 |
| Binary | 11011101 | 10001100 | 110000 | 0 | 100101 | 1001110 | 1101 | 100000 | 1001000 | 110101 |
Color Harmonies of #DD8C30
Complementary color
Monochromatic Colors of #DD8C30
Black with #DD8C30
Text Example
Text Example
White with #DD8C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C30; }
p { color: rgb(221,140,48); }
H1.HeaderClassName
{
color: #DD8C30;
}
.AnyTagClassName
{
color: #DD8C30;
}
</style>
background-color css
<style>
a { background-color: #DD8C30; }
a { background-color: rgb(221,140,48); }
div.DivClassName
{
background-color: #DD8C30;
}
.BgClassName
{
background-color: #DD8C30;
}
</style>
border-color css
<style>
span { border-color: #DD8C30; }
span { border-color: rgb(221,140,48); }
td.TdClassName
{
border-color: #DD8C30;
}
.TagClassName
{
border-color: #DD8C30;
}
</style>