Shades of Buttercup #DD962D
Tints of Buttercup #DD962D
RGB
CMYK
RGB Variations
Color information
#DD962D (or 0xDD962D) is known color: Buttercup. HEX triplet: DD, 96 and 2D. RGB value is (221,150,45). Sum of RGB (Red+Green+Blue) = 221+150+45=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD962D is #2269D2. Grayscale: #9F9F9F. Windows color (decimal): -2255315 or 2987741. OLE color: 2987741.
HSL color Cylindrical-coordinate representation of color #DD962D: hue angle of 35.8º 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 #DD962D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 45 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.13 |
| HSL | 35.8º | 0.72% | 0.52% | - |
| HSV(B) | 35.8º | 0.8% | 0.87% | - |
| XYZ | 41.2 | 37.37 | 7.53 | - |
| YUV | 159.26 | 63.52 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 45 | 0 | 0.32 | 0.80 | 0.13 | 35.8 | 0.72 | 0.52 |
| Hex | DD | 96 | 2D | 0 | 20 | 50 | D | 24 | 48 | 34 |
| Octal | 335 | 226 | 55 | 0 | 40 | 120 | 15 | 44 | 110 | 64 |
| Binary | 11011101 | 10010110 | 101101 | 0 | 100000 | 1010000 | 1101 | 100100 | 1001000 | 110100 |
Color Harmonies of #DD962D
Complementary color
Monochromatic Colors of #DD962D
Black with #DD962D
Text Example
Text Example
White with #DD962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD962D; }
p { color: rgb(221,150,45); }
H1.HeaderClassName
{
color: #DD962D;
}
.AnyTagClassName
{
color: #DD962D;
}
</style>
background-color css
<style>
a { background-color: #DD962D; }
a { background-color: rgb(221,150,45); }
div.DivClassName
{
background-color: #DD962D;
}
.BgClassName
{
background-color: #DD962D;
}
</style>
border-color css
<style>
span { border-color: #DD962D; }
span { border-color: rgb(221,150,45); }
td.TdClassName
{
border-color: #DD962D;
}
.TagClassName
{
border-color: #DD962D;
}
</style>