Shades of Buttercup #DD9634
Tints of Buttercup #DD9634
RGB
CMYK
RGB Variations
Color information
#DD9634 (or 0xDD9634) is known color: Buttercup. HEX triplet: DD, 96 and 34. RGB value is (221,150,52). Sum of RGB (Red+Green+Blue) = 221+150+52=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9634 is #2269CB. Grayscale: #A0A0A0. Windows color (decimal): -2255308 or 3446493. OLE color: 3446493.
HSL color Cylindrical-coordinate representation of color #DD9634: hue angle of 34.79º 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 #DD9634 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 52 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.13 |
| HSL | 34.79º | 0.71% | 0.54% | - |
| HSV(B) | 34.79º | 0.76% | 0.87% | - |
| XYZ | 41.34 | 37.43 | 8.29 | - |
| YUV | 160.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 52 | 0 | 0.32 | 0.76 | 0.13 | 34.79 | 0.71 | 0.54 |
| Hex | DD | 96 | 34 | 0 | 20 | 4C | D | 23 | 47 | 36 |
| Octal | 335 | 226 | 64 | 0 | 40 | 114 | 15 | 43 | 107 | 66 |
| Binary | 11011101 | 10010110 | 110100 | 0 | 100000 | 1001100 | 1101 | 100011 | 1000111 | 110110 |
Color Harmonies of #DD9634
Complementary color
Monochromatic Colors of #DD9634
Black with #DD9634
Text Example
Text Example
White with #DD9634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9634; }
p { color: rgb(221,150,52); }
H1.HeaderClassName
{
color: #DD9634;
}
.AnyTagClassName
{
color: #DD9634;
}
</style>
background-color css
<style>
a { background-color: #DD9634; }
a { background-color: rgb(221,150,52); }
div.DivClassName
{
background-color: #DD9634;
}
.BgClassName
{
background-color: #DD9634;
}
</style>
border-color css
<style>
span { border-color: #DD9634; }
span { border-color: rgb(221,150,52); }
td.TdClassName
{
border-color: #DD9634;
}
.TagClassName
{
border-color: #DD9634;
}
</style>