Shades of Buttercup #DD992D
Tints of Buttercup #DD992D
RGB
CMYK
RGB Variations
Color information
#DD992D (or 0xDD992D) is known color: Buttercup. HEX triplet: DD, 99 and 2D. RGB value is (221,153,45). Sum of RGB (Red+Green+Blue) = 221+153+45=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD992D is #2266D2. Grayscale: #A1A1A1. Windows color (decimal): -2254547 or 2988509. OLE color: 2988509.
HSL color Cylindrical-coordinate representation of color #DD992D: hue angle of 36.82º 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 #DD992D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 45 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.13 |
| HSL | 36.82º | 0.72% | 0.52% | - |
| HSV(B) | 36.82º | 0.8% | 0.87% | - |
| XYZ | 41.68 | 38.34 | 7.69 | - |
| YUV | 161.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 45 | 0 | 0.31 | 0.80 | 0.13 | 36.82 | 0.72 | 0.52 |
| Hex | DD | 99 | 2D | 0 | 1F | 50 | D | 25 | 48 | 34 |
| Octal | 335 | 231 | 55 | 0 | 37 | 120 | 15 | 45 | 110 | 64 |
| Binary | 11011101 | 10011001 | 101101 | 0 | 11111 | 1010000 | 1101 | 100101 | 1001000 | 110100 |
Color Harmonies of #DD992D
Complementary color
Monochromatic Colors of #DD992D
Black with #DD992D
Text Example
Text Example
White with #DD992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD992D; }
p { color: rgb(221,153,45); }
H1.HeaderClassName
{
color: #DD992D;
}
.AnyTagClassName
{
color: #DD992D;
}
</style>
background-color css
<style>
a { background-color: #DD992D; }
a { background-color: rgb(221,153,45); }
div.DivClassName
{
background-color: #DD992D;
}
.BgClassName
{
background-color: #DD992D;
}
</style>
border-color css
<style>
span { border-color: #DD992D; }
span { border-color: rgb(221,153,45); }
td.TdClassName
{
border-color: #DD992D;
}
.TagClassName
{
border-color: #DD992D;
}
</style>