Shades of Buttercup #DD9933
Tints of Buttercup #DD9933
RGB
CMYK
RGB Variations
Color information
#DD9933 (or 0xDD9933) is known color: Buttercup. HEX triplet: DD, 99 and 33. RGB value is (221,153,51). Sum of RGB (Red+Green+Blue) = 221+153+51=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9933 is #2266CC. Grayscale: #A2A2A2. Windows color (decimal): -2254541 or 3381725. OLE color: 3381725.
HSL color Cylindrical-coordinate representation of color #DD9933: hue angle of 36º 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 #DD9933 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 51 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.13 |
| HSL | 36º | 0.71% | 0.53% | - |
| HSV(B) | 36º | 0.77% | 0.87% | - |
| XYZ | 41.81 | 38.39 | 8.34 | - |
| YUV | 161.7 | 65.53 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 51 | 0 | 0.31 | 0.77 | 0.13 | 36 | 0.71 | 0.53 |
| Hex | DD | 99 | 33 | 0 | 1F | 4D | D | 24 | 47 | 35 |
| Octal | 335 | 231 | 63 | 0 | 37 | 115 | 15 | 44 | 107 | 65 |
| Binary | 11011101 | 10011001 | 110011 | 0 | 11111 | 1001101 | 1101 | 100100 | 1000111 | 110101 |
Color Harmonies of #DD9933
Complementary color
Monochromatic Colors of #DD9933
Black with #DD9933
Text Example
Text Example
White with #DD9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9933; }
p { color: rgb(221,153,51); }
H1.HeaderClassName
{
color: #DD9933;
}
.AnyTagClassName
{
color: #DD9933;
}
</style>
background-color css
<style>
a { background-color: #DD9933; }
a { background-color: rgb(221,153,51); }
div.DivClassName
{
background-color: #DD9933;
}
.BgClassName
{
background-color: #DD9933;
}
</style>
border-color css
<style>
span { border-color: #DD9933; }
span { border-color: rgb(221,153,51); }
td.TdClassName
{
border-color: #DD9933;
}
.TagClassName
{
border-color: #DD9933;
}
</style>