Shades of Buttercup #DD8F2F
Tints of Buttercup #DD8F2F
RGB
CMYK
RGB Variations
Color information
#DD8F2F (or 0xDD8F2F) is known color: Buttercup. HEX triplet: DD, 8F and 2F. RGB value is (221,143,47). Sum of RGB (Red+Green+Blue) = 221+143+47=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F2F is #2270D0. Grayscale: #9B9B9B. Windows color (decimal): -2257105 or 3117021. OLE color: 3117021.
HSL color Cylindrical-coordinate representation of color #DD8F2F: hue angle of 33.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD8F2F is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 47 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.13 |
| HSL | 33.1º | 0.72% | 0.53% | - |
| HSV(B) | 33.1º | 0.79% | 0.87% | - |
| XYZ | 40.15 | 35.22 | 7.37 | - |
| YUV | 155.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 47 | 0 | 0.35 | 0.79 | 0.13 | 33.1 | 0.72 | 0.53 |
| Hex | DD | 8F | 2F | 0 | 23 | 4F | D | 21 | 48 | 35 |
| Octal | 335 | 217 | 57 | 0 | 43 | 117 | 15 | 41 | 110 | 65 |
| Binary | 11011101 | 10001111 | 101111 | 0 | 100011 | 1001111 | 1101 | 100001 | 1001000 | 110101 |
Color Harmonies of #DD8F2F
Complementary color
Monochromatic Colors of #DD8F2F
Black with #DD8F2F
Text Example
Text Example
White with #DD8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F2F; }
p { color: rgb(221,143,47); }
H1.HeaderClassName
{
color: #DD8F2F;
}
.AnyTagClassName
{
color: #DD8F2F;
}
</style>
background-color css
<style>
a { background-color: #DD8F2F; }
a { background-color: rgb(221,143,47); }
div.DivClassName
{
background-color: #DD8F2F;
}
.BgClassName
{
background-color: #DD8F2F;
}
</style>
border-color css
<style>
span { border-color: #DD8F2F; }
span { border-color: rgb(221,143,47); }
td.TdClassName
{
border-color: #DD8F2F;
}
.TagClassName
{
border-color: #DD8F2F;
}
</style>