Shades of Buttercup #DD8F27
Tints of Buttercup #DD8F27
RGB
CMYK
RGB Variations
Color information
#DD8F27 (or 0xDD8F27) is known color: Buttercup. HEX triplet: DD, 8F and 27. RGB value is (221,143,39). Sum of RGB (Red+Green+Blue) = 221+143+39=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F27 is #2270D8. Grayscale: #9A9A9A. Windows color (decimal): -2257113 or 2592733. OLE color: 2592733.
HSL color Cylindrical-coordinate representation of color #DD8F27: hue angle of 34.29º 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 #DD8F27 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 39 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.13 |
| HSL | 34.29º | 0.73% | 0.51% | - |
| HSV(B) | 34.29º | 0.82% | 0.87% | - |
| XYZ | 40.01 | 35.16 | 6.6 | - |
| YUV | 154.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 39 | 0 | 0.35 | 0.82 | 0.13 | 34.29 | 0.73 | 0.51 |
| Hex | DD | 8F | 27 | 0 | 23 | 52 | D | 22 | 49 | 33 |
| Octal | 335 | 217 | 47 | 0 | 43 | 122 | 15 | 42 | 111 | 63 |
| Binary | 11011101 | 10001111 | 100111 | 0 | 100011 | 1010010 | 1101 | 100010 | 1001001 | 110011 |
Color Harmonies of #DD8F27
Complementary color
Monochromatic Colors of #DD8F27
Black with #DD8F27
Text Example
Text Example
White with #DD8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F27; }
p { color: rgb(221,143,39); }
H1.HeaderClassName
{
color: #DD8F27;
}
.AnyTagClassName
{
color: #DD8F27;
}
</style>
background-color css
<style>
a { background-color: #DD8F27; }
a { background-color: rgb(221,143,39); }
div.DivClassName
{
background-color: #DD8F27;
}
.BgClassName
{
background-color: #DD8F27;
}
</style>
border-color css
<style>
span { border-color: #DD8F27; }
span { border-color: rgb(221,143,39); }
td.TdClassName
{
border-color: #DD8F27;
}
.TagClassName
{
border-color: #DD8F27;
}
</style>