Shades of Buttercup #DD892D
Tints of Buttercup #DD892D
RGB
CMYK
RGB Variations
Color information
#DD892D (or 0xDD892D) is known color: Buttercup. HEX triplet: DD, 89 and 2D. RGB value is (221,137,45). Sum of RGB (Red+Green+Blue) = 221+137+45=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD892D is #2276D2. Grayscale: #989898. Windows color (decimal): -2258643 or 2984413. OLE color: 2984413.
HSL color Cylindrical-coordinate representation of color #DD892D: hue angle of 31.36º 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 #DD892D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 45 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.13 |
| HSL | 31.36º | 0.72% | 0.52% | - |
| HSV(B) | 31.36º | 0.8% | 0.87% | - |
| XYZ | 39.24 | 33.45 | 6.87 | - |
| YUV | 151.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 45 | 0 | 0.38 | 0.80 | 0.13 | 31.36 | 0.72 | 0.52 |
| Hex | DD | 89 | 2D | 0 | 26 | 50 | D | 1F | 48 | 34 |
| Octal | 335 | 211 | 55 | 0 | 46 | 120 | 15 | 37 | 110 | 64 |
| Binary | 11011101 | 10001001 | 101101 | 0 | 100110 | 1010000 | 1101 | 11111 | 1001000 | 110100 |
Color Harmonies of #DD892D
Complementary color
Monochromatic Colors of #DD892D
Black with #DD892D
Text Example
Text Example
White with #DD892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD892D; }
p { color: rgb(221,137,45); }
H1.HeaderClassName
{
color: #DD892D;
}
.AnyTagClassName
{
color: #DD892D;
}
</style>
background-color css
<style>
a { background-color: #DD892D; }
a { background-color: rgb(221,137,45); }
div.DivClassName
{
background-color: #DD892D;
}
.BgClassName
{
background-color: #DD892D;
}
</style>
border-color css
<style>
span { border-color: #DD892D; }
span { border-color: rgb(221,137,45); }
td.TdClassName
{
border-color: #DD892D;
}
.TagClassName
{
border-color: #DD892D;
}
</style>