Shades of Buttercup #DDA02C
Tints of Buttercup #DDA02C
RGB
CMYK
RGB Variations
Color information
#DDA02C (or 0xDDA02C) is known color: Buttercup. HEX triplet: DD, A0 and 2C. RGB value is (221,160,44). Sum of RGB (Red+Green+Blue) = 221+160+44=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA02C is #225FD3. Grayscale: #A5A5A5. Windows color (decimal): -2252756 or 2924765. OLE color: 2924765.
HSL color Cylindrical-coordinate representation of color #DDA02C: hue angle of 39.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDA02C is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 44 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.13 |
| HSL | 39.32º | 0.72% | 0.52% | - |
| HSV(B) | 39.32º | 0.8% | 0.87% | - |
| XYZ | 42.84 | 40.7 | 7.98 | - |
| YUV | 165.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 44 | 0 | 0.28 | 0.80 | 0.13 | 39.32 | 0.72 | 0.52 |
| Hex | DD | A0 | 2C | 0 | 1C | 50 | D | 27 | 48 | 34 |
| Octal | 335 | 240 | 54 | 0 | 34 | 120 | 15 | 47 | 110 | 64 |
| Binary | 11011101 | 10100000 | 101100 | 0 | 11100 | 1010000 | 1101 | 100111 | 1001000 | 110100 |
Color Harmonies of #DDA02C
Complementary color
Monochromatic Colors of #DDA02C
Black with #DDA02C
Text Example
Text Example
White with #DDA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA02C; }
p { color: rgb(221,160,44); }
H1.HeaderClassName
{
color: #DDA02C;
}
.AnyTagClassName
{
color: #DDA02C;
}
</style>
background-color css
<style>
a { background-color: #DDA02C; }
a { background-color: rgb(221,160,44); }
div.DivClassName
{
background-color: #DDA02C;
}
.BgClassName
{
background-color: #DDA02C;
}
</style>
border-color css
<style>
span { border-color: #DDA02C; }
span { border-color: rgb(221,160,44); }
td.TdClassName
{
border-color: #DDA02C;
}
.TagClassName
{
border-color: #DDA02C;
}
</style>