Shades of Buttercup #DD9225
Tints of Buttercup #DD9225
RGB
CMYK
RGB Variations
Color information
#DD9225 (or 0xDD9225) is known color: Buttercup. HEX triplet: DD, 92 and 25. RGB value is (221,146,37). Sum of RGB (Red+Green+Blue) = 221+146+37=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9225 is #226DDA. Grayscale: #9C9C9C. Windows color (decimal): -2256347 or 2462429. OLE color: 2462429.
HSL color Cylindrical-coordinate representation of color #DD9225: hue angle of 35.54º 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 #DD9225 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 37 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.13 |
| HSL | 35.54º | 0.73% | 0.51% | - |
| HSV(B) | 35.54º | 0.83% | 0.87% | - |
| XYZ | 40.43 | 36.06 | 6.58 | - |
| YUV | 156 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 37 | 0 | 0.34 | 0.83 | 0.13 | 35.54 | 0.73 | 0.51 |
| Hex | DD | 92 | 25 | 0 | 22 | 53 | D | 24 | 49 | 33 |
| Octal | 335 | 222 | 45 | 0 | 42 | 123 | 15 | 44 | 111 | 63 |
| Binary | 11011101 | 10010010 | 100101 | 0 | 100010 | 1010011 | 1101 | 100100 | 1001001 | 110011 |
Color Harmonies of #DD9225
Complementary color
Monochromatic Colors of #DD9225
Black with #DD9225
Text Example
Text Example
White with #DD9225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9225; }
p { color: rgb(221,146,37); }
H1.HeaderClassName
{
color: #DD9225;
}
.AnyTagClassName
{
color: #DD9225;
}
</style>
background-color css
<style>
a { background-color: #DD9225; }
a { background-color: rgb(221,146,37); }
div.DivClassName
{
background-color: #DD9225;
}
.BgClassName
{
background-color: #DD9225;
}
</style>
border-color css
<style>
span { border-color: #DD9225; }
span { border-color: rgb(221,146,37); }
td.TdClassName
{
border-color: #DD9225;
}
.TagClassName
{
border-color: #DD9225;
}
</style>