Shades of Buttercup #DD942C
Tints of Buttercup #DD942C
RGB
CMYK
RGB Variations
Color information
#DD942C (or 0xDD942C) is known color: Buttercup. HEX triplet: DD, 94 and 2C. RGB value is (221,148,44). Sum of RGB (Red+Green+Blue) = 221+148+44=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD942C is #226BD3. Grayscale: #9E9E9E. Windows color (decimal): -2255828 or 2921693. OLE color: 2921693.
HSL color Cylindrical-coordinate representation of color #DD942C: hue angle of 35.25º 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 #DD942C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.13 |
| HSL | 35.25º | 0.72% | 0.52% | - |
| HSV(B) | 35.25º | 0.8% | 0.87% | - |
| XYZ | 40.86 | 36.73 | 7.32 | - |
| YUV | 157.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 44 | 0 | 0.33 | 0.80 | 0.13 | 35.25 | 0.72 | 0.52 |
| Hex | DD | 94 | 2C | 0 | 21 | 50 | D | 23 | 48 | 34 |
| Octal | 335 | 224 | 54 | 0 | 41 | 120 | 15 | 43 | 110 | 64 |
| Binary | 11011101 | 10010100 | 101100 | 0 | 100001 | 1010000 | 1101 | 100011 | 1001000 | 110100 |
Color Harmonies of #DD942C
Complementary color
Monochromatic Colors of #DD942C
Black with #DD942C
Text Example
Text Example
White with #DD942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD942C; }
p { color: rgb(221,148,44); }
H1.HeaderClassName
{
color: #DD942C;
}
.AnyTagClassName
{
color: #DD942C;
}
</style>
background-color css
<style>
a { background-color: #DD942C; }
a { background-color: rgb(221,148,44); }
div.DivClassName
{
background-color: #DD942C;
}
.BgClassName
{
background-color: #DD942C;
}
</style>
border-color css
<style>
span { border-color: #DD942C; }
span { border-color: rgb(221,148,44); }
td.TdClassName
{
border-color: #DD942C;
}
.TagClassName
{
border-color: #DD942C;
}
</style>