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