Shades of Buttercup #DD9921
Tints of Buttercup #DD9921
RGB
CMYK
RGB Variations
Color information
#DD9921 (or 0xDD9921) is known color: Buttercup. HEX triplet: DD, 99 and 21. RGB value is (221,153,33). Sum of RGB (Red+Green+Blue) = 221+153+33=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9921 is #2266DE. Grayscale: #A0A0A0. Windows color (decimal): -2254559 or 2202077. OLE color: 2202077.
HSL color Cylindrical-coordinate representation of color #DD9921: hue angle of 38.3º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD9921 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 33 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.13 |
| HSL | 38.3º | 0.74% | 0.5% | - |
| HSV(B) | 38.3º | 0.85% | 0.87% | - |
| XYZ | 41.48 | 38.26 | 6.64 | - |
| YUV | 159.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 33 | 0 | 0.31 | 0.85 | 0.13 | 38.3 | 0.74 | 0.5 |
| Hex | DD | 99 | 21 | 0 | 1F | 55 | D | 26 | 4A | 32 |
| Octal | 335 | 231 | 41 | 0 | 37 | 125 | 15 | 46 | 112 | 62 |
| Binary | 11011101 | 10011001 | 100001 | 0 | 11111 | 1010101 | 1101 | 100110 | 1001010 | 110010 |
Color Harmonies of #DD9921
Complementary color
Monochromatic Colors of #DD9921
Black with #DD9921
Text Example
Text Example
White with #DD9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9921; }
p { color: rgb(221,153,33); }
H1.HeaderClassName
{
color: #DD9921;
}
.AnyTagClassName
{
color: #DD9921;
}
</style>
background-color css
<style>
a { background-color: #DD9921; }
a { background-color: rgb(221,153,33); }
div.DivClassName
{
background-color: #DD9921;
}
.BgClassName
{
background-color: #DD9921;
}
</style>
border-color css
<style>
span { border-color: #DD9921; }
span { border-color: rgb(221,153,33); }
td.TdClassName
{
border-color: #DD9921;
}
.TagClassName
{
border-color: #DD9921;
}
</style>