Shades of Buttercup #DD9F29
Tints of Buttercup #DD9F29
RGB
CMYK
RGB Variations
Color information
#DD9F29 (or 0xDD9F29) is known color: Buttercup. HEX triplet: DD, 9F and 29. RGB value is (221,159,41). Sum of RGB (Red+Green+Blue) = 221+159+41=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F29 is #2260D6. Grayscale: #A4A4A4. Windows color (decimal): -2253015 or 2727901. OLE color: 2727901.
HSL color Cylindrical-coordinate representation of color #DD9F29: hue angle of 39.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD9F29 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 41 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.13 |
| HSL | 39.33º | 0.73% | 0.51% | - |
| HSV(B) | 39.33º | 0.81% | 0.87% | - |
| XYZ | 42.62 | 40.33 | 7.64 | - |
| YUV | 164.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 41 | 0 | 0.28 | 0.81 | 0.13 | 39.33 | 0.73 | 0.51 |
| Hex | DD | 9F | 29 | 0 | 1C | 51 | D | 27 | 49 | 33 |
| Octal | 335 | 237 | 51 | 0 | 34 | 121 | 15 | 47 | 111 | 63 |
| Binary | 11011101 | 10011111 | 101001 | 0 | 11100 | 1010001 | 1101 | 100111 | 1001001 | 110011 |
Color Harmonies of #DD9F29
Complementary color
Monochromatic Colors of #DD9F29
Black with #DD9F29
Text Example
Text Example
White with #DD9F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F29; }
p { color: rgb(221,159,41); }
H1.HeaderClassName
{
color: #DD9F29;
}
.AnyTagClassName
{
color: #DD9F29;
}
</style>
background-color css
<style>
a { background-color: #DD9F29; }
a { background-color: rgb(221,159,41); }
div.DivClassName
{
background-color: #DD9F29;
}
.BgClassName
{
background-color: #DD9F29;
}
</style>
border-color css
<style>
span { border-color: #DD9F29; }
span { border-color: rgb(221,159,41); }
td.TdClassName
{
border-color: #DD9F29;
}
.TagClassName
{
border-color: #DD9F29;
}
</style>