Shades of Buttercup #DD942B
Tints of Buttercup #DD942B
RGB
CMYK
RGB Variations
Color information
#DD942B (or 0xDD942B) is known color: Buttercup. HEX triplet: DD, 94 and 2B. RGB value is (221,148,43). Sum of RGB (Red+Green+Blue) = 221+148+43=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD942B is #226BD4. Grayscale: #9E9E9E. Windows color (decimal): -2255829 or 2856157. OLE color: 2856157.
HSL color Cylindrical-coordinate representation of color #DD942B: hue angle of 35.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD942B is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 43 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.13 |
| HSL | 35.39º | 0.72% | 0.52% | - |
| HSV(B) | 35.39º | 0.81% | 0.87% | - |
| XYZ | 40.84 | 36.73 | 7.22 | - |
| YUV | 157.86 | 63.18 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 43 | 0 | 0.33 | 0.81 | 0.13 | 35.39 | 0.72 | 0.52 |
| Hex | DD | 94 | 2B | 0 | 21 | 51 | D | 23 | 48 | 34 |
| Octal | 335 | 224 | 53 | 0 | 41 | 121 | 15 | 43 | 110 | 64 |
| Binary | 11011101 | 10010100 | 101011 | 0 | 100001 | 1010001 | 1101 | 100011 | 1001000 | 110100 |
Color Harmonies of #DD942B
Complementary color
Monochromatic Colors of #DD942B
Black with #DD942B
Text Example
Text Example
White with #DD942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD942B; }
p { color: rgb(221,148,43); }
H1.HeaderClassName
{
color: #DD942B;
}
.AnyTagClassName
{
color: #DD942B;
}
</style>
background-color css
<style>
a { background-color: #DD942B; }
a { background-color: rgb(221,148,43); }
div.DivClassName
{
background-color: #DD942B;
}
.BgClassName
{
background-color: #DD942B;
}
</style>
border-color css
<style>
span { border-color: #DD942B; }
span { border-color: rgb(221,148,43); }
td.TdClassName
{
border-color: #DD942B;
}
.TagClassName
{
border-color: #DD942B;
}
</style>