Shades of Buttercup #DD9032
Tints of Buttercup #DD9032
RGB
CMYK
RGB Variations
Color information
#DD9032 (or 0xDD9032) is known color: Buttercup. HEX triplet: DD, 90 and 32. RGB value is (221,144,50). Sum of RGB (Red+Green+Blue) = 221+144+50=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9032 is #226FCD. Grayscale: #9C9C9C. Windows color (decimal): -2256846 or 3313885. OLE color: 3313885.
HSL color Cylindrical-coordinate representation of color #DD9032: hue angle of 32.98º 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 #DD9032 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.13 |
| HSL | 32.98º | 0.72% | 0.53% | - |
| HSV(B) | 32.98º | 0.77% | 0.87% | - |
| XYZ | 40.37 | 35.55 | 7.75 | - |
| YUV | 156.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 50 | 0 | 0.35 | 0.77 | 0.13 | 32.98 | 0.72 | 0.53 |
| Hex | DD | 90 | 32 | 0 | 23 | 4D | D | 21 | 48 | 35 |
| Octal | 335 | 220 | 62 | 0 | 43 | 115 | 15 | 41 | 110 | 65 |
| Binary | 11011101 | 10010000 | 110010 | 0 | 100011 | 1001101 | 1101 | 100001 | 1001000 | 110101 |
Color Harmonies of #DD9032
Complementary color
Monochromatic Colors of #DD9032
Black with #DD9032
Text Example
Text Example
White with #DD9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9032; }
p { color: rgb(221,144,50); }
H1.HeaderClassName
{
color: #DD9032;
}
.AnyTagClassName
{
color: #DD9032;
}
</style>
background-color css
<style>
a { background-color: #DD9032; }
a { background-color: rgb(221,144,50); }
div.DivClassName
{
background-color: #DD9032;
}
.BgClassName
{
background-color: #DD9032;
}
</style>
border-color css
<style>
span { border-color: #DD9032; }
span { border-color: rgb(221,144,50); }
td.TdClassName
{
border-color: #DD9032;
}
.TagClassName
{
border-color: #DD9032;
}
</style>