Shades of Buttercup #DD9833
Tints of Buttercup #DD9833
RGB
CMYK
RGB Variations
Color information
#DD9833 (or 0xDD9833) is known color: Buttercup. HEX triplet: DD, 98 and 33. RGB value is (221,152,51). Sum of RGB (Red+Green+Blue) = 221+152+51=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9833 is #2267CC. Grayscale: #A1A1A1. Windows color (decimal): -2254797 or 3381469. OLE color: 3381469.
HSL color Cylindrical-coordinate representation of color #DD9833: hue angle of 35.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD9833 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 51 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.13 |
| HSL | 35.65º | 0.71% | 0.53% | - |
| HSV(B) | 35.65º | 0.77% | 0.87% | - |
| XYZ | 41.64 | 38.07 | 8.28 | - |
| YUV | 161.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 51 | 0 | 0.31 | 0.77 | 0.13 | 35.65 | 0.71 | 0.53 |
| Hex | DD | 98 | 33 | 0 | 1F | 4D | D | 24 | 47 | 35 |
| Octal | 335 | 230 | 63 | 0 | 37 | 115 | 15 | 44 | 107 | 65 |
| Binary | 11011101 | 10011000 | 110011 | 0 | 11111 | 1001101 | 1101 | 100100 | 1000111 | 110101 |
Color Harmonies of #DD9833
Complementary color
Monochromatic Colors of #DD9833
Black with #DD9833
Text Example
Text Example
White with #DD9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9833; }
p { color: rgb(221,152,51); }
H1.HeaderClassName
{
color: #DD9833;
}
.AnyTagClassName
{
color: #DD9833;
}
</style>
background-color css
<style>
a { background-color: #DD9833; }
a { background-color: rgb(221,152,51); }
div.DivClassName
{
background-color: #DD9833;
}
.BgClassName
{
background-color: #DD9833;
}
</style>
border-color css
<style>
span { border-color: #DD9833; }
span { border-color: rgb(221,152,51); }
td.TdClassName
{
border-color: #DD9833;
}
.TagClassName
{
border-color: #DD9833;
}
</style>