Shades of Buttercup #DD962F
Tints of Buttercup #DD962F
RGB
CMYK
RGB Variations
Color information
#DD962F (or 0xDD962F) is known color: Buttercup. HEX triplet: DD, 96 and 2F. RGB value is (221,150,47). Sum of RGB (Red+Green+Blue) = 221+150+47=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD962F is #2269D0. Grayscale: #9F9F9F. Windows color (decimal): -2255313 or 3118813. OLE color: 3118813.
HSL color Cylindrical-coordinate representation of color #DD962F: hue angle of 35.52º 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 #DD962F is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 47 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.13 |
| HSL | 35.52º | 0.72% | 0.53% | - |
| HSV(B) | 35.52º | 0.79% | 0.87% | - |
| XYZ | 41.24 | 37.39 | 7.73 | - |
| YUV | 159.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 47 | 0 | 0.32 | 0.79 | 0.13 | 35.52 | 0.72 | 0.53 |
| Hex | DD | 96 | 2F | 0 | 20 | 4F | D | 24 | 48 | 35 |
| Octal | 335 | 226 | 57 | 0 | 40 | 117 | 15 | 44 | 110 | 65 |
| Binary | 11011101 | 10010110 | 101111 | 0 | 100000 | 1001111 | 1101 | 100100 | 1001000 | 110101 |
Color Harmonies of #DD962F
Complementary color
Monochromatic Colors of #DD962F
Black with #DD962F
Text Example
Text Example
White with #DD962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD962F; }
p { color: rgb(221,150,47); }
H1.HeaderClassName
{
color: #DD962F;
}
.AnyTagClassName
{
color: #DD962F;
}
</style>
background-color css
<style>
a { background-color: #DD962F; }
a { background-color: rgb(221,150,47); }
div.DivClassName
{
background-color: #DD962F;
}
.BgClassName
{
background-color: #DD962F;
}
</style>
border-color css
<style>
span { border-color: #DD962F; }
span { border-color: rgb(221,150,47); }
td.TdClassName
{
border-color: #DD962F;
}
.TagClassName
{
border-color: #DD962F;
}
</style>