Shades of Buttercup #DD9623
Tints of Buttercup #DD9623
RGB
CMYK
RGB Variations
Color information
#DD9623 (or 0xDD9623) is known color: Buttercup. HEX triplet: DD, 96 and 23. RGB value is (221,150,35). Sum of RGB (Red+Green+Blue) = 221+150+35=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9623 is #2269DC. Grayscale: #9E9E9E. Windows color (decimal): -2255325 or 2332381. OLE color: 2332381.
HSL color Cylindrical-coordinate representation of color #DD9623: hue angle of 37.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD9623 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 35 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.13 |
| HSL | 37.1º | 0.73% | 0.5% | - |
| HSV(B) | 37.1º | 0.84% | 0.87% | - |
| XYZ | 41.03 | 37.31 | 6.63 | - |
| YUV | 158.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 35 | 0 | 0.32 | 0.84 | 0.13 | 37.1 | 0.73 | 0.5 |
| Hex | DD | 96 | 23 | 0 | 20 | 54 | D | 25 | 49 | 32 |
| Octal | 335 | 226 | 43 | 0 | 40 | 124 | 15 | 45 | 111 | 62 |
| Binary | 11011101 | 10010110 | 100011 | 0 | 100000 | 1010100 | 1101 | 100101 | 1001001 | 110010 |
Color Harmonies of #DD9623
Complementary color
Monochromatic Colors of #DD9623
Black with #DD9623
Text Example
Text Example
White with #DD9623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9623; }
p { color: rgb(221,150,35); }
H1.HeaderClassName
{
color: #DD9623;
}
.AnyTagClassName
{
color: #DD9623;
}
</style>
background-color css
<style>
a { background-color: #DD9623; }
a { background-color: rgb(221,150,35); }
div.DivClassName
{
background-color: #DD9623;
}
.BgClassName
{
background-color: #DD9623;
}
</style>
border-color css
<style>
span { border-color: #DD9623; }
span { border-color: rgb(221,150,35); }
td.TdClassName
{
border-color: #DD9623;
}
.TagClassName
{
border-color: #DD9623;
}
</style>