Shades of Buttercup #DD9232
Tints of Buttercup #DD9232
RGB
CMYK
RGB Variations
Color information
#DD9232 (or 0xDD9232) is known color: Buttercup. HEX triplet: DD, 92 and 32. RGB value is (221,146,50). Sum of RGB (Red+Green+Blue) = 221+146+50=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9232 is #226DCD. Grayscale: #9D9D9D. Windows color (decimal): -2256334 or 3314397. OLE color: 3314397.
HSL color Cylindrical-coordinate representation of color #DD9232: hue angle of 33.68º 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 #DD9232 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 50 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.13 |
| HSL | 33.68º | 0.72% | 0.53% | - |
| HSV(B) | 33.68º | 0.77% | 0.87% | - |
| XYZ | 40.67 | 36.16 | 7.85 | - |
| YUV | 157.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 50 | 0 | 0.34 | 0.77 | 0.13 | 33.68 | 0.72 | 0.53 |
| Hex | DD | 92 | 32 | 0 | 22 | 4D | D | 22 | 48 | 35 |
| Octal | 335 | 222 | 62 | 0 | 42 | 115 | 15 | 42 | 110 | 65 |
| Binary | 11011101 | 10010010 | 110010 | 0 | 100010 | 1001101 | 1101 | 100010 | 1001000 | 110101 |
Color Harmonies of #DD9232
Complementary color
Monochromatic Colors of #DD9232
Black with #DD9232
Text Example
Text Example
White with #DD9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9232; }
p { color: rgb(221,146,50); }
H1.HeaderClassName
{
color: #DD9232;
}
.AnyTagClassName
{
color: #DD9232;
}
</style>
background-color css
<style>
a { background-color: #DD9232; }
a { background-color: rgb(221,146,50); }
div.DivClassName
{
background-color: #DD9232;
}
.BgClassName
{
background-color: #DD9232;
}
</style>
border-color css
<style>
span { border-color: #DD9232; }
span { border-color: rgb(221,146,50); }
td.TdClassName
{
border-color: #DD9232;
}
.TagClassName
{
border-color: #DD9232;
}
</style>