Shades of Buttercup #DD9625
Tints of Buttercup #DD9625
RGB
CMYK
RGB Variations
Color information
#DD9625 (or 0xDD9625) is known color: Buttercup. HEX triplet: DD, 96 and 25. RGB value is (221,150,37). Sum of RGB (Red+Green+Blue) = 221+150+37=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9625 is #2269DA. Grayscale: #9E9E9E. Windows color (decimal): -2255323 or 2463453. OLE color: 2463453.
HSL color Cylindrical-coordinate representation of color #DD9625: hue angle of 36.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD9625 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 37 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.13 |
| HSL | 36.85º | 0.73% | 0.51% | - |
| HSV(B) | 36.85º | 0.83% | 0.87% | - |
| XYZ | 41.06 | 37.32 | 6.79 | - |
| YUV | 158.35 | 59.52 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 37 | 0 | 0.32 | 0.83 | 0.13 | 36.85 | 0.73 | 0.51 |
| Hex | DD | 96 | 25 | 0 | 20 | 53 | D | 25 | 49 | 33 |
| Octal | 335 | 226 | 45 | 0 | 40 | 123 | 15 | 45 | 111 | 63 |
| Binary | 11011101 | 10010110 | 100101 | 0 | 100000 | 1010011 | 1101 | 100101 | 1001001 | 110011 |
Color Harmonies of #DD9625
Complementary color
Monochromatic Colors of #DD9625
Black with #DD9625
Text Example
Text Example
White with #DD9625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9625; }
p { color: rgb(221,150,37); }
H1.HeaderClassName
{
color: #DD9625;
}
.AnyTagClassName
{
color: #DD9625;
}
</style>
background-color css
<style>
a { background-color: #DD9625; }
a { background-color: rgb(221,150,37); }
div.DivClassName
{
background-color: #DD9625;
}
.BgClassName
{
background-color: #DD9625;
}
</style>
border-color css
<style>
span { border-color: #DD9625; }
span { border-color: rgb(221,150,37); }
td.TdClassName
{
border-color: #DD9625;
}
.TagClassName
{
border-color: #DD9625;
}
</style>