Shades of Buttercup #DDA132
Tints of Buttercup #DDA132
RGB
CMYK
RGB Variations
Color information
#DDA132 (or 0xDDA132) is known color: Buttercup. HEX triplet: DD, A1 and 32. RGB value is (221,161,50). Sum of RGB (Red+Green+Blue) = 221+161+50=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA132 is #225ECD. Grayscale: #A6A6A6. Windows color (decimal): -2252494 or 3318237. OLE color: 3318237.
HSL color Cylindrical-coordinate representation of color #DDA132: hue angle of 38.95º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDA132 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 50 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.13 |
| HSL | 38.95º | 0.72% | 0.53% | - |
| HSV(B) | 38.95º | 0.77% | 0.87% | - |
| XYZ | 43.14 | 41.09 | 8.68 | - |
| YUV | 166.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 50 | 0 | 0.27 | 0.77 | 0.13 | 38.95 | 0.72 | 0.53 |
| Hex | DD | A1 | 32 | 0 | 1B | 4D | D | 27 | 48 | 35 |
| Octal | 335 | 241 | 62 | 0 | 33 | 115 | 15 | 47 | 110 | 65 |
| Binary | 11011101 | 10100001 | 110010 | 0 | 11011 | 1001101 | 1101 | 100111 | 1001000 | 110101 |
Color Harmonies of #DDA132
Complementary color
Monochromatic Colors of #DDA132
Black with #DDA132
Text Example
Text Example
White with #DDA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA132; }
p { color: rgb(221,161,50); }
H1.HeaderClassName
{
color: #DDA132;
}
.AnyTagClassName
{
color: #DDA132;
}
</style>
background-color css
<style>
a { background-color: #DDA132; }
a { background-color: rgb(221,161,50); }
div.DivClassName
{
background-color: #DDA132;
}
.BgClassName
{
background-color: #DDA132;
}
</style>
border-color css
<style>
span { border-color: #DDA132; }
span { border-color: rgb(221,161,50); }
td.TdClassName
{
border-color: #DDA132;
}
.TagClassName
{
border-color: #DDA132;
}
</style>