Shades of Buttercup #DD9529
Tints of Buttercup #DD9529
RGB
CMYK
RGB Variations
Color information
#DD9529 (or 0xDD9529) is known color: Buttercup. HEX triplet: DD, 95 and 29. RGB value is (221,149,41). Sum of RGB (Red+Green+Blue) = 221+149+41=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9529 is #226AD6. Grayscale: #9E9E9E. Windows color (decimal): -2255575 or 2725341. OLE color: 2725341.
HSL color Cylindrical-coordinate representation of color #DD9529: hue angle of 36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD9529 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 41 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.13 |
| HSL | 36º | 0.73% | 0.51% | - |
| HSV(B) | 36º | 0.81% | 0.87% | - |
| XYZ | 40.97 | 37.03 | 7.09 | - |
| YUV | 158.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 41 | 0 | 0.33 | 0.81 | 0.13 | 36 | 0.73 | 0.51 |
| Hex | DD | 95 | 29 | 0 | 21 | 51 | D | 24 | 49 | 33 |
| Octal | 335 | 225 | 51 | 0 | 41 | 121 | 15 | 44 | 111 | 63 |
| Binary | 11011101 | 10010101 | 101001 | 0 | 100001 | 1010001 | 1101 | 100100 | 1001001 | 110011 |
Color Harmonies of #DD9529
Complementary color
Monochromatic Colors of #DD9529
Black with #DD9529
Text Example
Text Example
White with #DD9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9529; }
p { color: rgb(221,149,41); }
H1.HeaderClassName
{
color: #DD9529;
}
.AnyTagClassName
{
color: #DD9529;
}
</style>
background-color css
<style>
a { background-color: #DD9529; }
a { background-color: rgb(221,149,41); }
div.DivClassName
{
background-color: #DD9529;
}
.BgClassName
{
background-color: #DD9529;
}
</style>
border-color css
<style>
span { border-color: #DD9529; }
span { border-color: rgb(221,149,41); }
td.TdClassName
{
border-color: #DD9529;
}
.TagClassName
{
border-color: #DD9529;
}
</style>