Shades of Buttercup #DD9325
Tints of Buttercup #DD9325
RGB
CMYK
RGB Variations
Color information
#DD9325 (or 0xDD9325) is known color: Buttercup. HEX triplet: DD, 93 and 25. RGB value is (221,147,37). Sum of RGB (Red+Green+Blue) = 221+147+37=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9325 is #226CDA. Grayscale: #9D9D9D. Windows color (decimal): -2256091 or 2462685. OLE color: 2462685.
HSL color Cylindrical-coordinate representation of color #DD9325: hue angle of 35.87º 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 #DD9325 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 37 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.13 |
| HSL | 35.87º | 0.73% | 0.51% | - |
| HSV(B) | 35.87º | 0.83% | 0.87% | - |
| XYZ | 40.59 | 36.37 | 6.63 | - |
| YUV | 156.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 37 | 0 | 0.33 | 0.83 | 0.13 | 35.87 | 0.73 | 0.51 |
| Hex | DD | 93 | 25 | 0 | 21 | 53 | D | 24 | 49 | 33 |
| Octal | 335 | 223 | 45 | 0 | 41 | 123 | 15 | 44 | 111 | 63 |
| Binary | 11011101 | 10010011 | 100101 | 0 | 100001 | 1010011 | 1101 | 100100 | 1001001 | 110011 |
Color Harmonies of #DD9325
Complementary color
Monochromatic Colors of #DD9325
Black with #DD9325
Text Example
Text Example
White with #DD9325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9325; }
p { color: rgb(221,147,37); }
H1.HeaderClassName
{
color: #DD9325;
}
.AnyTagClassName
{
color: #DD9325;
}
</style>
background-color css
<style>
a { background-color: #DD9325; }
a { background-color: rgb(221,147,37); }
div.DivClassName
{
background-color: #DD9325;
}
.BgClassName
{
background-color: #DD9325;
}
</style>
border-color css
<style>
span { border-color: #DD9325; }
span { border-color: rgb(221,147,37); }
td.TdClassName
{
border-color: #DD9325;
}
.TagClassName
{
border-color: #DD9325;
}
</style>