Shades of Buttercup #DD8B2D
Tints of Buttercup #DD8B2D
RGB
CMYK
RGB Variations
Color information
#DD8B2D (or 0xDD8B2D) is known color: Buttercup. HEX triplet: DD, 8B and 2D. RGB value is (221,139,45). Sum of RGB (Red+Green+Blue) = 221+139+45=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B2D is #2274D2. Grayscale: #999999. Windows color (decimal): -2258131 or 2984925. OLE color: 2984925.
HSL color Cylindrical-coordinate representation of color #DD8B2D: hue angle of 32.05º 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 #DD8B2D is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 45 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.13 |
| HSL | 32.05º | 0.72% | 0.52% | - |
| HSV(B) | 32.05º | 0.8% | 0.87% | - |
| XYZ | 39.53 | 34.03 | 6.97 | - |
| YUV | 152.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 45 | 0 | 0.37 | 0.80 | 0.13 | 32.05 | 0.72 | 0.52 |
| Hex | DD | 8B | 2D | 0 | 25 | 50 | D | 20 | 48 | 34 |
| Octal | 335 | 213 | 55 | 0 | 45 | 120 | 15 | 40 | 110 | 64 |
| Binary | 11011101 | 10001011 | 101101 | 0 | 100101 | 1010000 | 1101 | 100000 | 1001000 | 110100 |
Color Harmonies of #DD8B2D
Complementary color
Monochromatic Colors of #DD8B2D
Black with #DD8B2D
Text Example
Text Example
White with #DD8B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B2D; }
p { color: rgb(221,139,45); }
H1.HeaderClassName
{
color: #DD8B2D;
}
.AnyTagClassName
{
color: #DD8B2D;
}
</style>
background-color css
<style>
a { background-color: #DD8B2D; }
a { background-color: rgb(221,139,45); }
div.DivClassName
{
background-color: #DD8B2D;
}
.BgClassName
{
background-color: #DD8B2D;
}
</style>
border-color css
<style>
span { border-color: #DD8B2D; }
span { border-color: rgb(221,139,45); }
td.TdClassName
{
border-color: #DD8B2D;
}
.TagClassName
{
border-color: #DD8B2D;
}
</style>