Shades of Buttercup #DD9630
Tints of Buttercup #DD9630
RGB
CMYK
RGB Variations
Color information
#DD9630 (or 0xDD9630) is known color: Buttercup. HEX triplet: DD, 96 and 30. RGB value is (221,150,48). Sum of RGB (Red+Green+Blue) = 221+150+48=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9630 is #2269CF. Grayscale: #A0A0A0. Windows color (decimal): -2255312 or 3184349. OLE color: 3184349.
HSL color Cylindrical-coordinate representation of color #DD9630: hue angle of 35.38º 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 #DD9630 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 48 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.13 |
| HSL | 35.38º | 0.72% | 0.53% | - |
| HSV(B) | 35.38º | 0.78% | 0.87% | - |
| XYZ | 41.26 | 37.4 | 7.84 | - |
| YUV | 159.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 48 | 0 | 0.32 | 0.78 | 0.13 | 35.38 | 0.72 | 0.53 |
| Hex | DD | 96 | 30 | 0 | 20 | 4E | D | 23 | 48 | 35 |
| Octal | 335 | 226 | 60 | 0 | 40 | 116 | 15 | 43 | 110 | 65 |
| Binary | 11011101 | 10010110 | 110000 | 0 | 100000 | 1001110 | 1101 | 100011 | 1001000 | 110101 |
Color Harmonies of #DD9630
Complementary color
Monochromatic Colors of #DD9630
Black with #DD9630
Text Example
Text Example
White with #DD9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9630; }
p { color: rgb(221,150,48); }
H1.HeaderClassName
{
color: #DD9630;
}
.AnyTagClassName
{
color: #DD9630;
}
</style>
background-color css
<style>
a { background-color: #DD9630; }
a { background-color: rgb(221,150,48); }
div.DivClassName
{
background-color: #DD9630;
}
.BgClassName
{
background-color: #DD9630;
}
</style>
border-color css
<style>
span { border-color: #DD9630; }
span { border-color: rgb(221,150,48); }
td.TdClassName
{
border-color: #DD9630;
}
.TagClassName
{
border-color: #DD9630;
}
</style>