Shades of Buttercup #DD9E2C
Tints of Buttercup #DD9E2C
RGB
CMYK
RGB Variations
Color information
#DD9E2C (or 0xDD9E2C) is known color: Buttercup. HEX triplet: DD, 9E and 2C. RGB value is (221,158,44). Sum of RGB (Red+Green+Blue) = 221+158+44=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E2C is #2261D3. Grayscale: #A4A4A4. Windows color (decimal): -2253268 or 2924253. OLE color: 2924253.
HSL color Cylindrical-coordinate representation of color #DD9E2C: hue angle of 38.64º 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 #DD9E2C is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 44 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.13 |
| HSL | 38.64º | 0.72% | 0.52% | - |
| HSV(B) | 38.64º | 0.8% | 0.87% | - |
| XYZ | 42.5 | 40.01 | 7.87 | - |
| YUV | 163.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 44 | 0 | 0.29 | 0.80 | 0.13 | 38.64 | 0.72 | 0.52 |
| Hex | DD | 9E | 2C | 0 | 1D | 50 | D | 27 | 48 | 34 |
| Octal | 335 | 236 | 54 | 0 | 35 | 120 | 15 | 47 | 110 | 64 |
| Binary | 11011101 | 10011110 | 101100 | 0 | 11101 | 1010000 | 1101 | 100111 | 1001000 | 110100 |
Color Harmonies of #DD9E2C
Complementary color
Monochromatic Colors of #DD9E2C
Black with #DD9E2C
Text Example
Text Example
White with #DD9E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E2C; }
p { color: rgb(221,158,44); }
H1.HeaderClassName
{
color: #DD9E2C;
}
.AnyTagClassName
{
color: #DD9E2C;
}
</style>
background-color css
<style>
a { background-color: #DD9E2C; }
a { background-color: rgb(221,158,44); }
div.DivClassName
{
background-color: #DD9E2C;
}
.BgClassName
{
background-color: #DD9E2C;
}
</style>
border-color css
<style>
span { border-color: #DD9E2C; }
span { border-color: rgb(221,158,44); }
td.TdClassName
{
border-color: #DD9E2C;
}
.TagClassName
{
border-color: #DD9E2C;
}
</style>