Shades of Buttercup #DD9830
Tints of Buttercup #DD9830
RGB
CMYK
RGB Variations
Color information
#DD9830 (or 0xDD9830) is known color: Buttercup. HEX triplet: DD, 98 and 30. RGB value is (221,152,48). Sum of RGB (Red+Green+Blue) = 221+152+48=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9830 is #2267CF. Grayscale: #A1A1A1. Windows color (decimal): -2254800 or 3184861. OLE color: 3184861.
HSL color Cylindrical-coordinate representation of color #DD9830: hue angle of 36.07º 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 #DD9830 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 48 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.13 |
| HSL | 36.07º | 0.72% | 0.53% | - |
| HSV(B) | 36.07º | 0.78% | 0.87% | - |
| XYZ | 41.58 | 38.04 | 7.95 | - |
| YUV | 160.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 48 | 0 | 0.31 | 0.78 | 0.13 | 36.07 | 0.72 | 0.53 |
| Hex | DD | 98 | 30 | 0 | 1F | 4E | D | 24 | 48 | 35 |
| Octal | 335 | 230 | 60 | 0 | 37 | 116 | 15 | 44 | 110 | 65 |
| Binary | 11011101 | 10011000 | 110000 | 0 | 11111 | 1001110 | 1101 | 100100 | 1001000 | 110101 |
Color Harmonies of #DD9830
Complementary color
Monochromatic Colors of #DD9830
Black with #DD9830
Text Example
Text Example
White with #DD9830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9830; }
p { color: rgb(221,152,48); }
H1.HeaderClassName
{
color: #DD9830;
}
.AnyTagClassName
{
color: #DD9830;
}
</style>
background-color css
<style>
a { background-color: #DD9830; }
a { background-color: rgb(221,152,48); }
div.DivClassName
{
background-color: #DD9830;
}
.BgClassName
{
background-color: #DD9830;
}
</style>
border-color css
<style>
span { border-color: #DD9830; }
span { border-color: rgb(221,152,48); }
td.TdClassName
{
border-color: #DD9830;
}
.TagClassName
{
border-color: #DD9830;
}
</style>