Shades of Buttercup #DD9F2C
Tints of Buttercup #DD9F2C
RGB
CMYK
RGB Variations
Color information
#DD9F2C (or 0xDD9F2C) is known color: Buttercup. HEX triplet: DD, 9F and 2C. RGB value is (221,159,44). Sum of RGB (Red+Green+Blue) = 221+159+44=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F2C is #2260D3. Grayscale: #A4A4A4. Windows color (decimal): -2253012 or 2924509. OLE color: 2924509.
HSL color Cylindrical-coordinate representation of color #DD9F2C: hue angle of 38.98º 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 #DD9F2C is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 44 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.13 |
| HSL | 38.98º | 0.72% | 0.52% | - |
| HSV(B) | 38.98º | 0.8% | 0.87% | - |
| XYZ | 42.67 | 40.35 | 7.92 | - |
| YUV | 164.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 44 | 0 | 0.28 | 0.80 | 0.13 | 38.98 | 0.72 | 0.52 |
| Hex | DD | 9F | 2C | 0 | 1C | 50 | D | 27 | 48 | 34 |
| Octal | 335 | 237 | 54 | 0 | 34 | 120 | 15 | 47 | 110 | 64 |
| Binary | 11011101 | 10011111 | 101100 | 0 | 11100 | 1010000 | 1101 | 100111 | 1001000 | 110100 |
Color Harmonies of #DD9F2C
Complementary color
Monochromatic Colors of #DD9F2C
Black with #DD9F2C
Text Example
Text Example
White with #DD9F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F2C; }
p { color: rgb(221,159,44); }
H1.HeaderClassName
{
color: #DD9F2C;
}
.AnyTagClassName
{
color: #DD9F2C;
}
</style>
background-color css
<style>
a { background-color: #DD9F2C; }
a { background-color: rgb(221,159,44); }
div.DivClassName
{
background-color: #DD9F2C;
}
.BgClassName
{
background-color: #DD9F2C;
}
</style>
border-color css
<style>
span { border-color: #DD9F2C; }
span { border-color: rgb(221,159,44); }
td.TdClassName
{
border-color: #DD9F2C;
}
.TagClassName
{
border-color: #DD9F2C;
}
</style>