Shades of Buttercup #DD9A2E
Tints of Buttercup #DD9A2E
RGB
CMYK
RGB Variations
Color information
#DD9A2E (or 0xDD9A2E) is known color: Buttercup. HEX triplet: DD, 9A and 2E. RGB value is (221,154,46). Sum of RGB (Red+Green+Blue) = 221+154+46=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A2E is #2265D1. Grayscale: #A2A2A2. Windows color (decimal): -2254290 or 3054301. OLE color: 3054301.
HSL color Cylindrical-coordinate representation of color #DD9A2E: hue angle of 37.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD9A2E is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 46 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.13 |
| HSL | 37.03º | 0.72% | 0.52% | - |
| HSV(B) | 37.03º | 0.79% | 0.87% | - |
| XYZ | 41.87 | 38.68 | 7.84 | - |
| YUV | 161.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 46 | 0 | 0.30 | 0.79 | 0.13 | 37.03 | 0.72 | 0.52 |
| Hex | DD | 9A | 2E | 0 | 1E | 4F | D | 25 | 48 | 34 |
| Octal | 335 | 232 | 56 | 0 | 36 | 117 | 15 | 45 | 110 | 64 |
| Binary | 11011101 | 10011010 | 101110 | 0 | 11110 | 1001111 | 1101 | 100101 | 1001000 | 110100 |
Color Harmonies of #DD9A2E
Complementary color
Monochromatic Colors of #DD9A2E
Black with #DD9A2E
Text Example
Text Example
White with #DD9A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A2E; }
p { color: rgb(221,154,46); }
H1.HeaderClassName
{
color: #DD9A2E;
}
.AnyTagClassName
{
color: #DD9A2E;
}
</style>
background-color css
<style>
a { background-color: #DD9A2E; }
a { background-color: rgb(221,154,46); }
div.DivClassName
{
background-color: #DD9A2E;
}
.BgClassName
{
background-color: #DD9A2E;
}
</style>
border-color css
<style>
span { border-color: #DD9A2E; }
span { border-color: rgb(221,154,46); }
td.TdClassName
{
border-color: #DD9A2E;
}
.TagClassName
{
border-color: #DD9A2E;
}
</style>