Shades of Buttercup #DD952C
Tints of Buttercup #DD952C
RGB
CMYK
RGB Variations
Color information
#DD952C (or 0xDD952C) is known color: Buttercup. HEX triplet: DD, 95 and 2C. RGB value is (221,149,44). Sum of RGB (Red+Green+Blue) = 221+149+44=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD952C is #226AD3. Grayscale: #9F9F9F. Windows color (decimal): -2255572 or 2921949. OLE color: 2921949.
HSL color Cylindrical-coordinate representation of color #DD952C: hue angle of 35.59º 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 #DD952C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.13 |
| HSL | 35.59º | 0.72% | 0.52% | - |
| HSV(B) | 35.59º | 0.8% | 0.87% | - |
| XYZ | 41.02 | 37.05 | 7.37 | - |
| YUV | 158.56 | 63.35 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 44 | 0 | 0.33 | 0.80 | 0.13 | 35.59 | 0.72 | 0.52 |
| Hex | DD | 95 | 2C | 0 | 21 | 50 | D | 24 | 48 | 34 |
| Octal | 335 | 225 | 54 | 0 | 41 | 120 | 15 | 44 | 110 | 64 |
| Binary | 11011101 | 10010101 | 101100 | 0 | 100001 | 1010000 | 1101 | 100100 | 1001000 | 110100 |
Color Harmonies of #DD952C
Complementary color
Monochromatic Colors of #DD952C
Black with #DD952C
Text Example
Text Example
White with #DD952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD952C; }
p { color: rgb(221,149,44); }
H1.HeaderClassName
{
color: #DD952C;
}
.AnyTagClassName
{
color: #DD952C;
}
</style>
background-color css
<style>
a { background-color: #DD952C; }
a { background-color: rgb(221,149,44); }
div.DivClassName
{
background-color: #DD952C;
}
.BgClassName
{
background-color: #DD952C;
}
</style>
border-color css
<style>
span { border-color: #DD952C; }
span { border-color: rgb(221,149,44); }
td.TdClassName
{
border-color: #DD952C;
}
.TagClassName
{
border-color: #DD952C;
}
</style>