Shades of Buttercup #DD9233
Tints of Buttercup #DD9233
RGB
CMYK
RGB Variations
Color information
#DD9233 (or 0xDD9233) is known color: Buttercup. HEX triplet: DD, 92 and 33. RGB value is (221,146,51). Sum of RGB (Red+Green+Blue) = 221+146+51=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9233 is #226DCC. Grayscale: #9E9E9E. Windows color (decimal): -2256333 or 3379933. OLE color: 3379933.
HSL color Cylindrical-coordinate representation of color #DD9233: hue angle of 33.53º degrees, saturation: 0.71, 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 #DD9233 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 51 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.13 |
| HSL | 33.53º | 0.71% | 0.53% | - |
| HSV(B) | 33.53º | 0.77% | 0.87% | - |
| XYZ | 40.7 | 36.17 | 7.97 | - |
| YUV | 157.6 | 67.85 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 51 | 0 | 0.34 | 0.77 | 0.13 | 33.53 | 0.71 | 0.53 |
| Hex | DD | 92 | 33 | 0 | 22 | 4D | D | 22 | 47 | 35 |
| Octal | 335 | 222 | 63 | 0 | 42 | 115 | 15 | 42 | 107 | 65 |
| Binary | 11011101 | 10010010 | 110011 | 0 | 100010 | 1001101 | 1101 | 100010 | 1000111 | 110101 |
Color Harmonies of #DD9233
Complementary color
Monochromatic Colors of #DD9233
Black with #DD9233
Text Example
Text Example
White with #DD9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9233; }
p { color: rgb(221,146,51); }
H1.HeaderClassName
{
color: #DD9233;
}
.AnyTagClassName
{
color: #DD9233;
}
</style>
background-color css
<style>
a { background-color: #DD9233; }
a { background-color: rgb(221,146,51); }
div.DivClassName
{
background-color: #DD9233;
}
.BgClassName
{
background-color: #DD9233;
}
</style>
border-color css
<style>
span { border-color: #DD9233; }
span { border-color: rgb(221,146,51); }
td.TdClassName
{
border-color: #DD9233;
}
.TagClassName
{
border-color: #DD9233;
}
</style>