Shades of Buttercup #DD9A33
Tints of Buttercup #DD9A33
RGB
CMYK
RGB Variations
Color information
#DD9A33 (or 0xDD9A33) is known color: Buttercup. HEX triplet: DD, 9A and 33. RGB value is (221,154,51). Sum of RGB (Red+Green+Blue) = 221+154+51=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A33 is #2265CC. Grayscale: #A2A2A2. Windows color (decimal): -2254285 or 3381981. OLE color: 3381981.
HSL color Cylindrical-coordinate representation of color #DD9A33: hue angle of 36.35º 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 #DD9A33 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 51 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.13 |
| HSL | 36.35º | 0.71% | 0.53% | - |
| HSV(B) | 36.35º | 0.77% | 0.87% | - |
| XYZ | 41.97 | 38.72 | 8.39 | - |
| YUV | 162.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 51 | 0 | 0.30 | 0.77 | 0.13 | 36.35 | 0.71 | 0.53 |
| Hex | DD | 9A | 33 | 0 | 1E | 4D | D | 24 | 47 | 35 |
| Octal | 335 | 232 | 63 | 0 | 36 | 115 | 15 | 44 | 107 | 65 |
| Binary | 11011101 | 10011010 | 110011 | 0 | 11110 | 1001101 | 1101 | 100100 | 1000111 | 110101 |
Color Harmonies of #DD9A33
Complementary color
Monochromatic Colors of #DD9A33
Black with #DD9A33
Text Example
Text Example
White with #DD9A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A33; }
p { color: rgb(221,154,51); }
H1.HeaderClassName
{
color: #DD9A33;
}
.AnyTagClassName
{
color: #DD9A33;
}
</style>
background-color css
<style>
a { background-color: #DD9A33; }
a { background-color: rgb(221,154,51); }
div.DivClassName
{
background-color: #DD9A33;
}
.BgClassName
{
background-color: #DD9A33;
}
</style>
border-color css
<style>
span { border-color: #DD9A33; }
span { border-color: rgb(221,154,51); }
td.TdClassName
{
border-color: #DD9A33;
}
.TagClassName
{
border-color: #DD9A33;
}
</style>