Shades of Buttercup #DD9534
Tints of Buttercup #DD9534
RGB
CMYK
RGB Variations
Color information
#DD9534 (or 0xDD9534) is known color: Buttercup. HEX triplet: DD, 95 and 34. RGB value is (221,149,52). Sum of RGB (Red+Green+Blue) = 221+149+52=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9534 is #226ACB. Grayscale: #9F9F9F. Windows color (decimal): -2255564 or 3446237. OLE color: 3446237.
HSL color Cylindrical-coordinate representation of color #DD9534: hue angle of 34.44º 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 #DD9534 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 52 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.13 |
| HSL | 34.44º | 0.71% | 0.54% | - |
| HSV(B) | 34.44º | 0.76% | 0.87% | - |
| XYZ | 41.19 | 37.11 | 8.24 | - |
| YUV | 159.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 52 | 0 | 0.33 | 0.76 | 0.13 | 34.44 | 0.71 | 0.54 |
| Hex | DD | 95 | 34 | 0 | 21 | 4C | D | 22 | 47 | 36 |
| Octal | 335 | 225 | 64 | 0 | 41 | 114 | 15 | 42 | 107 | 66 |
| Binary | 11011101 | 10010101 | 110100 | 0 | 100001 | 1001100 | 1101 | 100010 | 1000111 | 110110 |
Color Harmonies of #DD9534
Complementary color
Monochromatic Colors of #DD9534
Black with #DD9534
Text Example
Text Example
White with #DD9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9534; }
p { color: rgb(221,149,52); }
H1.HeaderClassName
{
color: #DD9534;
}
.AnyTagClassName
{
color: #DD9534;
}
</style>
background-color css
<style>
a { background-color: #DD9534; }
a { background-color: rgb(221,149,52); }
div.DivClassName
{
background-color: #DD9534;
}
.BgClassName
{
background-color: #DD9534;
}
</style>
border-color css
<style>
span { border-color: #DD9534; }
span { border-color: rgb(221,149,52); }
td.TdClassName
{
border-color: #DD9534;
}
.TagClassName
{
border-color: #DD9534;
}
</style>