Shades of Buttercup #DD9130
Tints of Buttercup #DD9130
RGB
CMYK
RGB Variations
Color information
#DD9130 (or 0xDD9130) is known color: Buttercup. HEX triplet: DD, 91 and 30. RGB value is (221,145,48). Sum of RGB (Red+Green+Blue) = 221+145+48=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9130 is #226ECF. Grayscale: #9D9D9D. Windows color (decimal): -2256592 or 3183069. OLE color: 3183069.
HSL color Cylindrical-coordinate representation of color #DD9130: hue angle of 33.64º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD9130 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 48 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.13 |
| HSL | 33.64º | 0.72% | 0.53% | - |
| HSV(B) | 33.64º | 0.78% | 0.87% | - |
| XYZ | 40.48 | 35.84 | 7.58 | - |
| YUV | 156.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 48 | 0 | 0.34 | 0.78 | 0.13 | 33.64 | 0.72 | 0.53 |
| Hex | DD | 91 | 30 | 0 | 22 | 4E | D | 22 | 48 | 35 |
| Octal | 335 | 221 | 60 | 0 | 42 | 116 | 15 | 42 | 110 | 65 |
| Binary | 11011101 | 10010001 | 110000 | 0 | 100010 | 1001110 | 1101 | 100010 | 1001000 | 110101 |
Color Harmonies of #DD9130
Complementary color
Monochromatic Colors of #DD9130
Black with #DD9130
Text Example
Text Example
White with #DD9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9130; }
p { color: rgb(221,145,48); }
H1.HeaderClassName
{
color: #DD9130;
}
.AnyTagClassName
{
color: #DD9130;
}
</style>
background-color css
<style>
a { background-color: #DD9130; }
a { background-color: rgb(221,145,48); }
div.DivClassName
{
background-color: #DD9130;
}
.BgClassName
{
background-color: #DD9130;
}
</style>
border-color css
<style>
span { border-color: #DD9130; }
span { border-color: rgb(221,145,48); }
td.TdClassName
{
border-color: #DD9130;
}
.TagClassName
{
border-color: #DD9130;
}
</style>