Shades of Buttercup #DD952E
Tints of Buttercup #DD952E
RGB
CMYK
RGB Variations
Color information
#DD952E (or 0xDD952E) is known color: Buttercup. HEX triplet: DD, 95 and 2E. RGB value is (221,149,46). Sum of RGB (Red+Green+Blue) = 221+149+46=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD952E is #226AD1. Grayscale: #9F9F9F. Windows color (decimal): -2255570 or 3053021. OLE color: 3053021.
HSL color Cylindrical-coordinate representation of color #DD952E: hue angle of 35.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD952E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 46 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.13 |
| HSL | 35.31º | 0.72% | 0.52% | - |
| HSV(B) | 35.31º | 0.79% | 0.87% | - |
| XYZ | 41.06 | 37.06 | 7.57 | - |
| YUV | 158.79 | 64.35 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 46 | 0 | 0.33 | 0.79 | 0.13 | 35.31 | 0.72 | 0.52 |
| Hex | DD | 95 | 2E | 0 | 21 | 4F | D | 23 | 48 | 34 |
| Octal | 335 | 225 | 56 | 0 | 41 | 117 | 15 | 43 | 110 | 64 |
| Binary | 11011101 | 10010101 | 101110 | 0 | 100001 | 1001111 | 1101 | 100011 | 1001000 | 110100 |
Color Harmonies of #DD952E
Complementary color
Monochromatic Colors of #DD952E
Black with #DD952E
Text Example
Text Example
White with #DD952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD952E; }
p { color: rgb(221,149,46); }
H1.HeaderClassName
{
color: #DD952E;
}
.AnyTagClassName
{
color: #DD952E;
}
</style>
background-color css
<style>
a { background-color: #DD952E; }
a { background-color: rgb(221,149,46); }
div.DivClassName
{
background-color: #DD952E;
}
.BgClassName
{
background-color: #DD952E;
}
</style>
border-color css
<style>
span { border-color: #DD952E; }
span { border-color: rgb(221,149,46); }
td.TdClassName
{
border-color: #DD952E;
}
.TagClassName
{
border-color: #DD952E;
}
</style>