Shades of Buttercup #DD8B27
Tints of Buttercup #DD8B27
RGB
CMYK
RGB Variations
Color information
#DD8B27 (or 0xDD8B27) is known color: Buttercup. HEX triplet: DD, 8B and 27. RGB value is (221,139,39). Sum of RGB (Red+Green+Blue) = 221+139+39=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B27 is #2274D8. Grayscale: #989898. Windows color (decimal): -2258137 or 2591709. OLE color: 2591709.
HSL color Cylindrical-coordinate representation of color #DD8B27: hue angle of 32.97º 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 #DD8B27 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 39 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.13 |
| HSL | 32.97º | 0.73% | 0.51% | - |
| HSV(B) | 32.97º | 0.82% | 0.87% | - |
| XYZ | 39.42 | 33.98 | 6.4 | - |
| YUV | 152.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 39 | 0 | 0.37 | 0.82 | 0.13 | 32.97 | 0.73 | 0.51 |
| Hex | DD | 8B | 27 | 0 | 25 | 52 | D | 21 | 49 | 33 |
| Octal | 335 | 213 | 47 | 0 | 45 | 122 | 15 | 41 | 111 | 63 |
| Binary | 11011101 | 10001011 | 100111 | 0 | 100101 | 1010010 | 1101 | 100001 | 1001001 | 110011 |
Color Harmonies of #DD8B27
Complementary color
Monochromatic Colors of #DD8B27
Black with #DD8B27
Text Example
Text Example
White with #DD8B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B27; }
p { color: rgb(221,139,39); }
H1.HeaderClassName
{
color: #DD8B27;
}
.AnyTagClassName
{
color: #DD8B27;
}
</style>
background-color css
<style>
a { background-color: #DD8B27; }
a { background-color: rgb(221,139,39); }
div.DivClassName
{
background-color: #DD8B27;
}
.BgClassName
{
background-color: #DD8B27;
}
</style>
border-color css
<style>
span { border-color: #DD8B27; }
span { border-color: rgb(221,139,39); }
td.TdClassName
{
border-color: #DD8B27;
}
.TagClassName
{
border-color: #DD8B27;
}
</style>