Shades of Buttercup #DC891E
Tints of Buttercup #DC891E
RGB
CMYK
RGB Variations
Color information
#DC891E (or 0xDC891E) is known color: Buttercup. HEX triplet: DC, 89 and 1E. RGB value is (220,137,30). Sum of RGB (Red+Green+Blue) = 220+137+30=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC891E is #2376E1. Grayscale: #969696. Windows color (decimal): -2324194 or 2001372. OLE color: 2001372.
HSL color Cylindrical-coordinate representation of color #DC891E: hue angle of 33.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC891E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 30 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.14 |
| HSL | 33.79º | 0.76% | 0.49% | - |
| HSV(B) | 33.79º | 0.86% | 0.86% | - |
| XYZ | 38.7 | 33.2 | 5.6 | - |
| YUV | 149.62 | 60.5 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 30 | 0 | 0.38 | 0.86 | 0.14 | 33.79 | 0.76 | 0.49 |
| Hex | DC | 89 | 1E | 0 | 26 | 56 | E | 22 | 4C | 31 |
| Octal | 334 | 211 | 36 | 0 | 46 | 126 | 16 | 42 | 114 | 61 |
| Binary | 11011100 | 10001001 | 11110 | 0 | 100110 | 1010110 | 1110 | 100010 | 1001100 | 110001 |
Color Harmonies of #DC891E
Complementary color
Monochromatic Colors of #DC891E
Black with #DC891E
Text Example
Text Example
White with #DC891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC891E; }
p { color: rgb(220,137,30); }
H1.HeaderClassName
{
color: #DC891E;
}
.AnyTagClassName
{
color: #DC891E;
}
</style>
background-color css
<style>
a { background-color: #DC891E; }
a { background-color: rgb(220,137,30); }
div.DivClassName
{
background-color: #DC891E;
}
.BgClassName
{
background-color: #DC891E;
}
</style>
border-color css
<style>
span { border-color: #DC891E; }
span { border-color: rgb(220,137,30); }
td.TdClassName
{
border-color: #DC891E;
}
.TagClassName
{
border-color: #DC891E;
}
</style>