Shades of Buttercup #DD9E30
Tints of Buttercup #DD9E30
RGB
CMYK
RGB Variations
Color information
#DD9E30 (or 0xDD9E30) is known color: Buttercup. HEX triplet: DD, 9E and 30. RGB value is (221,158,48). Sum of RGB (Red+Green+Blue) = 221+158+48=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E30 is #2261CF. Grayscale: #A4A4A4. Windows color (decimal): -2253264 or 3186397. OLE color: 3186397.
HSL color Cylindrical-coordinate representation of color #DD9E30: hue angle of 38.15º 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 #DD9E30 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 48 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.13 |
| HSL | 38.15º | 0.72% | 0.53% | - |
| HSV(B) | 38.15º | 0.78% | 0.87% | - |
| XYZ | 42.58 | 40.04 | 8.28 | - |
| YUV | 164.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 48 | 0 | 0.29 | 0.78 | 0.13 | 38.15 | 0.72 | 0.53 |
| Hex | DD | 9E | 30 | 0 | 1D | 4E | D | 26 | 48 | 35 |
| Octal | 335 | 236 | 60 | 0 | 35 | 116 | 15 | 46 | 110 | 65 |
| Binary | 11011101 | 10011110 | 110000 | 0 | 11101 | 1001110 | 1101 | 100110 | 1001000 | 110101 |
Color Harmonies of #DD9E30
Complementary color
Monochromatic Colors of #DD9E30
Black with #DD9E30
Text Example
Text Example
White with #DD9E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E30; }
p { color: rgb(221,158,48); }
H1.HeaderClassName
{
color: #DD9E30;
}
.AnyTagClassName
{
color: #DD9E30;
}
</style>
background-color css
<style>
a { background-color: #DD9E30; }
a { background-color: rgb(221,158,48); }
div.DivClassName
{
background-color: #DD9E30;
}
.BgClassName
{
background-color: #DD9E30;
}
</style>
border-color css
<style>
span { border-color: #DD9E30; }
span { border-color: rgb(221,158,48); }
td.TdClassName
{
border-color: #DD9E30;
}
.TagClassName
{
border-color: #DD9E30;
}
</style>