Shades of Buttercup #DD9F2E
Tints of Buttercup #DD9F2E
RGB
CMYK
RGB Variations
Color information
#DD9F2E (or 0xDD9F2E) is known color: Buttercup. HEX triplet: DD, 9F and 2E. RGB value is (221,159,46). Sum of RGB (Red+Green+Blue) = 221+159+46=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F2E is #2260D1. Grayscale: #A5A5A5. Windows color (decimal): -2253010 or 3055581. OLE color: 3055581.
HSL color Cylindrical-coordinate representation of color #DD9F2E: hue angle of 38.74º 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 #DD9F2E is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 46 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.13 |
| HSL | 38.74º | 0.72% | 0.52% | - |
| HSV(B) | 38.74º | 0.79% | 0.87% | - |
| XYZ | 42.71 | 40.37 | 8.13 | - |
| YUV | 164.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 46 | 0 | 0.28 | 0.79 | 0.13 | 38.74 | 0.72 | 0.52 |
| Hex | DD | 9F | 2E | 0 | 1C | 4F | D | 27 | 48 | 34 |
| Octal | 335 | 237 | 56 | 0 | 34 | 117 | 15 | 47 | 110 | 64 |
| Binary | 11011101 | 10011111 | 101110 | 0 | 11100 | 1001111 | 1101 | 100111 | 1001000 | 110100 |
Color Harmonies of #DD9F2E
Complementary color
Monochromatic Colors of #DD9F2E
Black with #DD9F2E
Text Example
Text Example
White with #DD9F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F2E; }
p { color: rgb(221,159,46); }
H1.HeaderClassName
{
color: #DD9F2E;
}
.AnyTagClassName
{
color: #DD9F2E;
}
</style>
background-color css
<style>
a { background-color: #DD9F2E; }
a { background-color: rgb(221,159,46); }
div.DivClassName
{
background-color: #DD9F2E;
}
.BgClassName
{
background-color: #DD9F2E;
}
</style>
border-color css
<style>
span { border-color: #DD9F2E; }
span { border-color: rgb(221,159,46); }
td.TdClassName
{
border-color: #DD9F2E;
}
.TagClassName
{
border-color: #DD9F2E;
}
</style>