Shades of Buttercup #DD9127
Tints of Buttercup #DD9127
RGB
CMYK
RGB Variations
Color information
#DD9127 (or 0xDD9127) is known color: Buttercup. HEX triplet: DD, 91 and 27. RGB value is (221,145,39). Sum of RGB (Red+Green+Blue) = 221+145+39=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9127 is #226ED8. Grayscale: #9C9C9C. Windows color (decimal): -2256601 or 2593245. OLE color: 2593245.
HSL color Cylindrical-coordinate representation of color #DD9127: hue angle of 34.95º 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 #DD9127 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 39 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.13 |
| HSL | 34.95º | 0.73% | 0.51% | - |
| HSV(B) | 34.95º | 0.82% | 0.87% | - |
| XYZ | 40.31 | 35.77 | 6.7 | - |
| YUV | 155.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 39 | 0 | 0.34 | 0.82 | 0.13 | 34.95 | 0.73 | 0.51 |
| Hex | DD | 91 | 27 | 0 | 22 | 52 | D | 23 | 49 | 33 |
| Octal | 335 | 221 | 47 | 0 | 42 | 122 | 15 | 43 | 111 | 63 |
| Binary | 11011101 | 10010001 | 100111 | 0 | 100010 | 1010010 | 1101 | 100011 | 1001001 | 110011 |
Color Harmonies of #DD9127
Complementary color
Monochromatic Colors of #DD9127
Black with #DD9127
Text Example
Text Example
White with #DD9127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9127; }
p { color: rgb(221,145,39); }
H1.HeaderClassName
{
color: #DD9127;
}
.AnyTagClassName
{
color: #DD9127;
}
</style>
background-color css
<style>
a { background-color: #DD9127; }
a { background-color: rgb(221,145,39); }
div.DivClassName
{
background-color: #DD9127;
}
.BgClassName
{
background-color: #DD9127;
}
</style>
border-color css
<style>
span { border-color: #DD9127; }
span { border-color: rgb(221,145,39); }
td.TdClassName
{
border-color: #DD9127;
}
.TagClassName
{
border-color: #DD9127;
}
</style>