Shades of Buttercup #DD892F
Tints of Buttercup #DD892F
RGB
CMYK
RGB Variations
Color information
#DD892F (or 0xDD892F) is known color: Buttercup. HEX triplet: DD, 89 and 2F. RGB value is (221,137,47). Sum of RGB (Red+Green+Blue) = 221+137+47=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD892F is #2276D0. Grayscale: #989898. Windows color (decimal): -2258641 or 3115485. OLE color: 3115485.
HSL color Cylindrical-coordinate representation of color #DD892F: hue angle of 31.03º 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 #DD892F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 47 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.13 |
| HSL | 31.03º | 0.72% | 0.53% | - |
| HSV(B) | 31.03º | 0.79% | 0.87% | - |
| XYZ | 39.28 | 33.47 | 7.08 | - |
| YUV | 151.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 47 | 0 | 0.38 | 0.79 | 0.13 | 31.03 | 0.72 | 0.53 |
| Hex | DD | 89 | 2F | 0 | 26 | 4F | D | 1F | 48 | 35 |
| Octal | 335 | 211 | 57 | 0 | 46 | 117 | 15 | 37 | 110 | 65 |
| Binary | 11011101 | 10001001 | 101111 | 0 | 100110 | 1001111 | 1101 | 11111 | 1001000 | 110101 |
Color Harmonies of #DD892F
Complementary color
Monochromatic Colors of #DD892F
Black with #DD892F
Text Example
Text Example
White with #DD892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD892F; }
p { color: rgb(221,137,47); }
H1.HeaderClassName
{
color: #DD892F;
}
.AnyTagClassName
{
color: #DD892F;
}
</style>
background-color css
<style>
a { background-color: #DD892F; }
a { background-color: rgb(221,137,47); }
div.DivClassName
{
background-color: #DD892F;
}
.BgClassName
{
background-color: #DD892F;
}
</style>
border-color css
<style>
span { border-color: #DD892F; }
span { border-color: rgb(221,137,47); }
td.TdClassName
{
border-color: #DD892F;
}
.TagClassName
{
border-color: #DD892F;
}
</style>