Shades of Buttercup #DD942F
Tints of Buttercup #DD942F
RGB
CMYK
RGB Variations
Color information
#DD942F (or 0xDD942F) is known color: Buttercup. HEX triplet: DD, 94 and 2F. RGB value is (221,148,47). Sum of RGB (Red+Green+Blue) = 221+148+47=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD942F is #226BD0. Grayscale: #9E9E9E. Windows color (decimal): -2255825 or 3118301. OLE color: 3118301.
HSL color Cylindrical-coordinate representation of color #DD942F: hue angle of 34.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD942F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.13 |
| HSL | 34.83º | 0.72% | 0.53% | - |
| HSV(B) | 34.83º | 0.79% | 0.87% | - |
| XYZ | 40.92 | 36.76 | 7.63 | - |
| YUV | 158.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 47 | 0 | 0.33 | 0.79 | 0.13 | 34.83 | 0.72 | 0.53 |
| Hex | DD | 94 | 2F | 0 | 21 | 4F | D | 23 | 48 | 35 |
| Octal | 335 | 224 | 57 | 0 | 41 | 117 | 15 | 43 | 110 | 65 |
| Binary | 11011101 | 10010100 | 101111 | 0 | 100001 | 1001111 | 1101 | 100011 | 1001000 | 110101 |
Color Harmonies of #DD942F
Complementary color
Monochromatic Colors of #DD942F
Black with #DD942F
Text Example
Text Example
White with #DD942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD942F; }
p { color: rgb(221,148,47); }
H1.HeaderClassName
{
color: #DD942F;
}
.AnyTagClassName
{
color: #DD942F;
}
</style>
background-color css
<style>
a { background-color: #DD942F; }
a { background-color: rgb(221,148,47); }
div.DivClassName
{
background-color: #DD942F;
}
.BgClassName
{
background-color: #DD942F;
}
</style>
border-color css
<style>
span { border-color: #DD942F; }
span { border-color: rgb(221,148,47); }
td.TdClassName
{
border-color: #DD942F;
}
.TagClassName
{
border-color: #DD942F;
}
</style>