Shades of Buttercup #DD9234
Tints of Buttercup #DD9234
RGB
CMYK
RGB Variations
Color information
#DD9234 (or 0xDD9234) is known color: Buttercup. HEX triplet: DD, 92 and 34. RGB value is (221,146,52). Sum of RGB (Red+Green+Blue) = 221+146+52=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9234 is #226DCB. Grayscale: #9E9E9E. Windows color (decimal): -2256332 or 3445469. OLE color: 3445469.
HSL color Cylindrical-coordinate representation of color #DD9234: hue angle of 33.37º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD9234 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 52 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.13 |
| HSL | 33.37º | 0.71% | 0.54% | - |
| HSV(B) | 33.37º | 0.76% | 0.87% | - |
| XYZ | 40.72 | 36.18 | 8.09 | - |
| YUV | 157.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 52 | 0 | 0.34 | 0.76 | 0.13 | 33.37 | 0.71 | 0.54 |
| Hex | DD | 92 | 34 | 0 | 22 | 4C | D | 21 | 47 | 36 |
| Octal | 335 | 222 | 64 | 0 | 42 | 114 | 15 | 41 | 107 | 66 |
| Binary | 11011101 | 10010010 | 110100 | 0 | 100010 | 1001100 | 1101 | 100001 | 1000111 | 110110 |
Color Harmonies of #DD9234
Complementary color
Monochromatic Colors of #DD9234
Black with #DD9234
Text Example
Text Example
White with #DD9234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9234; }
p { color: rgb(221,146,52); }
H1.HeaderClassName
{
color: #DD9234;
}
.AnyTagClassName
{
color: #DD9234;
}
</style>
background-color css
<style>
a { background-color: #DD9234; }
a { background-color: rgb(221,146,52); }
div.DivClassName
{
background-color: #DD9234;
}
.BgClassName
{
background-color: #DD9234;
}
</style>
border-color css
<style>
span { border-color: #DD9234; }
span { border-color: rgb(221,146,52); }
td.TdClassName
{
border-color: #DD9234;
}
.TagClassName
{
border-color: #DD9234;
}
</style>