Shades of Buttercup #DD8627
Tints of Buttercup #DD8627
RGB
CMYK
RGB Variations
Color information
#DD8627 (or 0xDD8627) is known color: Buttercup. HEX triplet: DD, 86 and 27. RGB value is (221,134,39). Sum of RGB (Red+Green+Blue) = 221+134+39=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8627 is #2279D8. Grayscale: #959595. Windows color (decimal): -2259417 or 2590429. OLE color: 2590429.
HSL color Cylindrical-coordinate representation of color #DD8627: hue angle of 31.32º 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 #DD8627 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 39 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.13 |
| HSL | 31.32º | 0.73% | 0.51% | - |
| HSV(B) | 31.32º | 0.82% | 0.87% | - |
| XYZ | 38.71 | 32.57 | 6.17 | - |
| YUV | 149.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 39 | 0 | 0.39 | 0.82 | 0.13 | 31.32 | 0.73 | 0.51 |
| Hex | DD | 86 | 27 | 0 | 27 | 52 | D | 1F | 49 | 33 |
| Octal | 335 | 206 | 47 | 0 | 47 | 122 | 15 | 37 | 111 | 63 |
| Binary | 11011101 | 10000110 | 100111 | 0 | 100111 | 1010010 | 1101 | 11111 | 1001001 | 110011 |
Color Harmonies of #DD8627
Complementary color
Monochromatic Colors of #DD8627
Black with #DD8627
Text Example
Text Example
White with #DD8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8627; }
p { color: rgb(221,134,39); }
H1.HeaderClassName
{
color: #DD8627;
}
.AnyTagClassName
{
color: #DD8627;
}
</style>
background-color css
<style>
a { background-color: #DD8627; }
a { background-color: rgb(221,134,39); }
div.DivClassName
{
background-color: #DD8627;
}
.BgClassName
{
background-color: #DD8627;
}
</style>
border-color css
<style>
span { border-color: #DD8627; }
span { border-color: rgb(221,134,39); }
td.TdClassName
{
border-color: #DD8627;
}
.TagClassName
{
border-color: #DD8627;
}
</style>