Shades of Buttercup #DDA030
Tints of Buttercup #DDA030
RGB
CMYK
RGB Variations
Color information
#DDA030 (or 0xDDA030) is known color: Buttercup. HEX triplet: DD, A0 and 30. RGB value is (221,160,48). Sum of RGB (Red+Green+Blue) = 221+160+48=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA030 is #225FCF. Grayscale: #A5A5A5. Windows color (decimal): -2252752 or 3186909. OLE color: 3186909.
HSL color Cylindrical-coordinate representation of color #DDA030: hue angle of 38.84º 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 #DDA030 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 48 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.13 |
| HSL | 38.84º | 0.72% | 0.53% | - |
| HSV(B) | 38.84º | 0.78% | 0.87% | - |
| XYZ | 42.92 | 40.73 | 8.4 | - |
| YUV | 165.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 48 | 0 | 0.28 | 0.78 | 0.13 | 38.84 | 0.72 | 0.53 |
| Hex | DD | A0 | 30 | 0 | 1C | 4E | D | 27 | 48 | 35 |
| Octal | 335 | 240 | 60 | 0 | 34 | 116 | 15 | 47 | 110 | 65 |
| Binary | 11011101 | 10100000 | 110000 | 0 | 11100 | 1001110 | 1101 | 100111 | 1001000 | 110101 |
Color Harmonies of #DDA030
Complementary color
Monochromatic Colors of #DDA030
Black with #DDA030
Text Example
Text Example
White with #DDA030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA030; }
p { color: rgb(221,160,48); }
H1.HeaderClassName
{
color: #DDA030;
}
.AnyTagClassName
{
color: #DDA030;
}
</style>
background-color css
<style>
a { background-color: #DDA030; }
a { background-color: rgb(221,160,48); }
div.DivClassName
{
background-color: #DDA030;
}
.BgClassName
{
background-color: #DDA030;
}
</style>
border-color css
<style>
span { border-color: #DDA030; }
span { border-color: rgb(221,160,48); }
td.TdClassName
{
border-color: #DDA030;
}
.TagClassName
{
border-color: #DDA030;
}
</style>