Shades of Buttercup #DD9A2D
Tints of Buttercup #DD9A2D
RGB
CMYK
RGB Variations
Color information
#DD9A2D (or 0xDD9A2D) is known color: Buttercup. HEX triplet: DD, 9A and 2D. RGB value is (221,154,45). Sum of RGB (Red+Green+Blue) = 221+154+45=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A2D is #2265D2. Grayscale: #A2A2A2. Windows color (decimal): -2254291 or 2988765. OLE color: 2988765.
HSL color Cylindrical-coordinate representation of color #DD9A2D: hue angle of 37.16º 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 #DD9A2D is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 45 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.13 |
| HSL | 37.16º | 0.72% | 0.52% | - |
| HSV(B) | 37.16º | 0.8% | 0.87% | - |
| XYZ | 41.85 | 38.67 | 7.74 | - |
| YUV | 161.61 | 62.2 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 45 | 0 | 0.30 | 0.80 | 0.13 | 37.16 | 0.72 | 0.52 |
| Hex | DD | 9A | 2D | 0 | 1E | 50 | D | 25 | 48 | 34 |
| Octal | 335 | 232 | 55 | 0 | 36 | 120 | 15 | 45 | 110 | 64 |
| Binary | 11011101 | 10011010 | 101101 | 0 | 11110 | 1010000 | 1101 | 100101 | 1001000 | 110100 |
Color Harmonies of #DD9A2D
Complementary color
Monochromatic Colors of #DD9A2D
Black with #DD9A2D
Text Example
Text Example
White with #DD9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A2D; }
p { color: rgb(221,154,45); }
H1.HeaderClassName
{
color: #DD9A2D;
}
.AnyTagClassName
{
color: #DD9A2D;
}
</style>
background-color css
<style>
a { background-color: #DD9A2D; }
a { background-color: rgb(221,154,45); }
div.DivClassName
{
background-color: #DD9A2D;
}
.BgClassName
{
background-color: #DD9A2D;
}
</style>
border-color css
<style>
span { border-color: #DD9A2D; }
span { border-color: rgb(221,154,45); }
td.TdClassName
{
border-color: #DD9A2D;
}
.TagClassName
{
border-color: #DD9A2D;
}
</style>