Shades of Buttercup #DDA131
Tints of Buttercup #DDA131
RGB
CMYK
RGB Variations
Color information
#DDA131 (or 0xDDA131) is known color: Buttercup. HEX triplet: DD, A1 and 31. RGB value is (221,161,49). Sum of RGB (Red+Green+Blue) = 221+161+49=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA131 is #225ECE. Grayscale: #A6A6A6. Windows color (decimal): -2252495 or 3252701. OLE color: 3252701.
HSL color Cylindrical-coordinate representation of color #DDA131: hue angle of 39.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDA131 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 49 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.13 |
| HSL | 39.07º | 0.72% | 0.53% | - |
| HSV(B) | 39.07º | 0.78% | 0.87% | - |
| XYZ | 43.12 | 41.08 | 8.56 | - |
| YUV | 166.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 49 | 0 | 0.27 | 0.78 | 0.13 | 39.07 | 0.72 | 0.53 |
| Hex | DD | A1 | 31 | 0 | 1B | 4E | D | 27 | 48 | 35 |
| Octal | 335 | 241 | 61 | 0 | 33 | 116 | 15 | 47 | 110 | 65 |
| Binary | 11011101 | 10100001 | 110001 | 0 | 11011 | 1001110 | 1101 | 100111 | 1001000 | 110101 |
Color Harmonies of #DDA131
Complementary color
Monochromatic Colors of #DDA131
Black with #DDA131
Text Example
Text Example
White with #DDA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA131; }
p { color: rgb(221,161,49); }
H1.HeaderClassName
{
color: #DDA131;
}
.AnyTagClassName
{
color: #DDA131;
}
</style>
background-color css
<style>
a { background-color: #DDA131; }
a { background-color: rgb(221,161,49); }
div.DivClassName
{
background-color: #DDA131;
}
.BgClassName
{
background-color: #DDA131;
}
</style>
border-color css
<style>
span { border-color: #DDA131; }
span { border-color: rgb(221,161,49); }
td.TdClassName
{
border-color: #DDA131;
}
.TagClassName
{
border-color: #DDA131;
}
</style>