Shades of Buttercup #DD9227
Tints of Buttercup #DD9227
RGB
CMYK
RGB Variations
Color information
#DD9227 (or 0xDD9227) is known color: Buttercup. HEX triplet: DD, 92 and 27. RGB value is (221,146,39). Sum of RGB (Red+Green+Blue) = 221+146+39=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9227 is #226DD8. Grayscale: #9C9C9C. Windows color (decimal): -2256345 or 2593501. OLE color: 2593501.
HSL color Cylindrical-coordinate representation of color #DD9227: hue angle of 35.27º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD9227 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 39 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.13 |
| HSL | 35.27º | 0.73% | 0.51% | - |
| HSV(B) | 35.27º | 0.82% | 0.87% | - |
| XYZ | 40.46 | 36.08 | 6.75 | - |
| YUV | 156.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 39 | 0 | 0.34 | 0.82 | 0.13 | 35.27 | 0.73 | 0.51 |
| Hex | DD | 92 | 27 | 0 | 22 | 52 | D | 23 | 49 | 33 |
| Octal | 335 | 222 | 47 | 0 | 42 | 122 | 15 | 43 | 111 | 63 |
| Binary | 11011101 | 10010010 | 100111 | 0 | 100010 | 1010010 | 1101 | 100011 | 1001001 | 110011 |
Color Harmonies of #DD9227
Complementary color
Monochromatic Colors of #DD9227
Black with #DD9227
Text Example
Text Example
White with #DD9227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9227; }
p { color: rgb(221,146,39); }
H1.HeaderClassName
{
color: #DD9227;
}
.AnyTagClassName
{
color: #DD9227;
}
</style>
background-color css
<style>
a { background-color: #DD9227; }
a { background-color: rgb(221,146,39); }
div.DivClassName
{
background-color: #DD9227;
}
.BgClassName
{
background-color: #DD9227;
}
</style>
border-color css
<style>
span { border-color: #DD9227; }
span { border-color: rgb(221,146,39); }
td.TdClassName
{
border-color: #DD9227;
}
.TagClassName
{
border-color: #DD9227;
}
</style>