Shades of Buttercup #DD992F
Tints of Buttercup #DD992F
RGB
CMYK
RGB Variations
Color information
#DD992F (or 0xDD992F) is known color: Buttercup. HEX triplet: DD, 99 and 2F. RGB value is (221,153,47). Sum of RGB (Red+Green+Blue) = 221+153+47=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD992F is #2266D0. Grayscale: #A1A1A1. Windows color (decimal): -2254545 or 3119581. OLE color: 3119581.
HSL color Cylindrical-coordinate representation of color #DD992F: hue angle of 36.55º 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 #DD992F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 47 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.13 |
| HSL | 36.55º | 0.72% | 0.53% | - |
| HSV(B) | 36.55º | 0.79% | 0.87% | - |
| XYZ | 41.72 | 38.36 | 7.89 | - |
| YUV | 161.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 47 | 0 | 0.31 | 0.79 | 0.13 | 36.55 | 0.72 | 0.53 |
| Hex | DD | 99 | 2F | 0 | 1F | 4F | D | 25 | 48 | 35 |
| Octal | 335 | 231 | 57 | 0 | 37 | 117 | 15 | 45 | 110 | 65 |
| Binary | 11011101 | 10011001 | 101111 | 0 | 11111 | 1001111 | 1101 | 100101 | 1001000 | 110101 |
Color Harmonies of #DD992F
Complementary color
Monochromatic Colors of #DD992F
Black with #DD992F
Text Example
Text Example
White with #DD992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD992F; }
p { color: rgb(221,153,47); }
H1.HeaderClassName
{
color: #DD992F;
}
.AnyTagClassName
{
color: #DD992F;
}
</style>
background-color css
<style>
a { background-color: #DD992F; }
a { background-color: rgb(221,153,47); }
div.DivClassName
{
background-color: #DD992F;
}
.BgClassName
{
background-color: #DD992F;
}
</style>
border-color css
<style>
span { border-color: #DD992F; }
span { border-color: rgb(221,153,47); }
td.TdClassName
{
border-color: #DD992F;
}
.TagClassName
{
border-color: #DD992F;
}
</style>