Shades of Buttercup #DD9A32
Tints of Buttercup #DD9A32
RGB
CMYK
RGB Variations
Color information
#DD9A32 (or 0xDD9A32) is known color: Buttercup. HEX triplet: DD, 9A and 32. RGB value is (221,154,50). Sum of RGB (Red+Green+Blue) = 221+154+50=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A32 is #2265CD. Grayscale: #A2A2A2. Windows color (decimal): -2254286 or 3316445. OLE color: 3316445.
HSL color Cylindrical-coordinate representation of color #DD9A32: hue angle of 36.49º 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 #DD9A32 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 50 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.13 |
| HSL | 36.49º | 0.72% | 0.53% | - |
| HSV(B) | 36.49º | 0.77% | 0.87% | - |
| XYZ | 41.95 | 38.71 | 8.28 | - |
| YUV | 162.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 50 | 0 | 0.30 | 0.77 | 0.13 | 36.49 | 0.72 | 0.53 |
| Hex | DD | 9A | 32 | 0 | 1E | 4D | D | 24 | 48 | 35 |
| Octal | 335 | 232 | 62 | 0 | 36 | 115 | 15 | 44 | 110 | 65 |
| Binary | 11011101 | 10011010 | 110010 | 0 | 11110 | 1001101 | 1101 | 100100 | 1001000 | 110101 |
Color Harmonies of #DD9A32
Complementary color
Monochromatic Colors of #DD9A32
Black with #DD9A32
Text Example
Text Example
White with #DD9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A32; }
p { color: rgb(221,154,50); }
H1.HeaderClassName
{
color: #DD9A32;
}
.AnyTagClassName
{
color: #DD9A32;
}
</style>
background-color css
<style>
a { background-color: #DD9A32; }
a { background-color: rgb(221,154,50); }
div.DivClassName
{
background-color: #DD9A32;
}
.BgClassName
{
background-color: #DD9A32;
}
</style>
border-color css
<style>
span { border-color: #DD9A32; }
span { border-color: rgb(221,154,50); }
td.TdClassName
{
border-color: #DD9A32;
}
.TagClassName
{
border-color: #DD9A32;
}
</style>