Shades of Buttercup #DD8927
Tints of Buttercup #DD8927
RGB
CMYK
RGB Variations
Color information
#DD8927 (or 0xDD8927) is known color: Buttercup. HEX triplet: DD, 89 and 27. RGB value is (221,137,39). Sum of RGB (Red+Green+Blue) = 221+137+39=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8927 is #2276D8. Grayscale: #979797. Windows color (decimal): -2258649 or 2591197. OLE color: 2591197.
HSL color Cylindrical-coordinate representation of color #DD8927: hue angle of 32.31º 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 #DD8927 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 39 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.13 |
| HSL | 32.31º | 0.73% | 0.51% | - |
| HSV(B) | 32.31º | 0.82% | 0.87% | - |
| XYZ | 39.13 | 33.41 | 6.31 | - |
| YUV | 150.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 39 | 0 | 0.38 | 0.82 | 0.13 | 32.31 | 0.73 | 0.51 |
| Hex | DD | 89 | 27 | 0 | 26 | 52 | D | 20 | 49 | 33 |
| Octal | 335 | 211 | 47 | 0 | 46 | 122 | 15 | 40 | 111 | 63 |
| Binary | 11011101 | 10001001 | 100111 | 0 | 100110 | 1010010 | 1101 | 100000 | 1001001 | 110011 |
Color Harmonies of #DD8927
Complementary color
Monochromatic Colors of #DD8927
Black with #DD8927
Text Example
Text Example
White with #DD8927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8927; }
p { color: rgb(221,137,39); }
H1.HeaderClassName
{
color: #DD8927;
}
.AnyTagClassName
{
color: #DD8927;
}
</style>
background-color css
<style>
a { background-color: #DD8927; }
a { background-color: rgb(221,137,39); }
div.DivClassName
{
background-color: #DD8927;
}
.BgClassName
{
background-color: #DD8927;
}
</style>
border-color css
<style>
span { border-color: #DD8927; }
span { border-color: rgb(221,137,39); }
td.TdClassName
{
border-color: #DD8927;
}
.TagClassName
{
border-color: #DD8927;
}
</style>