Shades of Buttercup #DC8627
Tints of Buttercup #DC8627
RGB
CMYK
RGB Variations
Color information
#DC8627 (or 0xDC8627) is known color: Buttercup. HEX triplet: DC, 86 and 27. RGB value is (220,134,39). Sum of RGB (Red+Green+Blue) = 220+134+39=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8627 is #2379D8. Grayscale: #959595. Windows color (decimal): -2324953 or 2590428. OLE color: 2590428.
HSL color Cylindrical-coordinate representation of color #DC8627: hue angle of 31.49º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC8627 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 39 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.14 |
| HSL | 31.49º | 0.72% | 0.51% | - |
| HSV(B) | 31.49º | 0.82% | 0.86% | - |
| XYZ | 38.41 | 32.41 | 6.15 | - |
| YUV | 148.88 | 65.99 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 39 | 0 | 0.39 | 0.82 | 0.14 | 31.49 | 0.72 | 0.51 |
| Hex | DC | 86 | 27 | 0 | 27 | 52 | E | 1F | 48 | 33 |
| Octal | 334 | 206 | 47 | 0 | 47 | 122 | 16 | 37 | 110 | 63 |
| Binary | 11011100 | 10000110 | 100111 | 0 | 100111 | 1010010 | 1110 | 11111 | 1001000 | 110011 |
Color Harmonies of #DC8627
Complementary color
Monochromatic Colors of #DC8627
Black with #DC8627
Text Example
Text Example
White with #DC8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8627; }
p { color: rgb(220,134,39); }
H1.HeaderClassName
{
color: #DC8627;
}
.AnyTagClassName
{
color: #DC8627;
}
</style>
background-color css
<style>
a { background-color: #DC8627; }
a { background-color: rgb(220,134,39); }
div.DivClassName
{
background-color: #DC8627;
}
.BgClassName
{
background-color: #DC8627;
}
</style>
border-color css
<style>
span { border-color: #DC8627; }
span { border-color: rgb(220,134,39); }
td.TdClassName
{
border-color: #DC8627;
}
.TagClassName
{
border-color: #DC8627;
}
</style>