Shades of Buttercup #DD8C2D
Tints of Buttercup #DD8C2D
RGB
CMYK
RGB Variations
Color information
#DD8C2D (or 0xDD8C2D) is known color: Buttercup. HEX triplet: DD, 8C and 2D. RGB value is (221,140,45). Sum of RGB (Red+Green+Blue) = 221+140+45=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C2D is #2273D2. Grayscale: #999999. Windows color (decimal): -2257875 or 2985181. OLE color: 2985181.
HSL color Cylindrical-coordinate representation of color #DD8C2D: hue angle of 32.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD8C2D is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 45 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.13 |
| HSL | 32.39º | 0.72% | 0.52% | - |
| HSV(B) | 32.39º | 0.8% | 0.87% | - |
| XYZ | 39.67 | 34.32 | 7.02 | - |
| YUV | 153.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 45 | 0 | 0.37 | 0.80 | 0.13 | 32.39 | 0.72 | 0.52 |
| Hex | DD | 8C | 2D | 0 | 25 | 50 | D | 20 | 48 | 34 |
| Octal | 335 | 214 | 55 | 0 | 45 | 120 | 15 | 40 | 110 | 64 |
| Binary | 11011101 | 10001100 | 101101 | 0 | 100101 | 1010000 | 1101 | 100000 | 1001000 | 110100 |
Color Harmonies of #DD8C2D
Complementary color
Monochromatic Colors of #DD8C2D
Black with #DD8C2D
Text Example
Text Example
White with #DD8C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C2D; }
p { color: rgb(221,140,45); }
H1.HeaderClassName
{
color: #DD8C2D;
}
.AnyTagClassName
{
color: #DD8C2D;
}
</style>
background-color css
<style>
a { background-color: #DD8C2D; }
a { background-color: rgb(221,140,45); }
div.DivClassName
{
background-color: #DD8C2D;
}
.BgClassName
{
background-color: #DD8C2D;
}
</style>
border-color css
<style>
span { border-color: #DD8C2D; }
span { border-color: rgb(221,140,45); }
td.TdClassName
{
border-color: #DD8C2D;
}
.TagClassName
{
border-color: #DD8C2D;
}
</style>