Shades of Buttercup #DC891D
Tints of Buttercup #DC891D
RGB
CMYK
RGB Variations
Color information
#DC891D (or 0xDC891D) is known color: Buttercup. HEX triplet: DC, 89 and 1D. RGB value is (220,137,29). Sum of RGB (Red+Green+Blue) = 220+137+29=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC891D is #2376E2. Grayscale: #969696. Windows color (decimal): -2324195 or 1935836. OLE color: 1935836.
HSL color Cylindrical-coordinate representation of color #DC891D: hue angle of 33.93º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC891D is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 29 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.14 |
| HSL | 33.93º | 0.77% | 0.49% | - |
| HSV(B) | 33.93º | 0.87% | 0.86% | - |
| XYZ | 38.68 | 33.2 | 5.53 | - |
| YUV | 149.51 | 60 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 29 | 0 | 0.38 | 0.87 | 0.14 | 33.93 | 0.77 | 0.49 |
| Hex | DC | 89 | 1D | 0 | 26 | 57 | E | 22 | 4D | 31 |
| Octal | 334 | 211 | 35 | 0 | 46 | 127 | 16 | 42 | 115 | 61 |
| Binary | 11011100 | 10001001 | 11101 | 0 | 100110 | 1010111 | 1110 | 100010 | 1001101 | 110001 |
Color Harmonies of #DC891D
Complementary color
Monochromatic Colors of #DC891D
Black with #DC891D
Text Example
Text Example
White with #DC891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC891D; }
p { color: rgb(220,137,29); }
H1.HeaderClassName
{
color: #DC891D;
}
.AnyTagClassName
{
color: #DC891D;
}
</style>
background-color css
<style>
a { background-color: #DC891D; }
a { background-color: rgb(220,137,29); }
div.DivClassName
{
background-color: #DC891D;
}
.BgClassName
{
background-color: #DC891D;
}
</style>
border-color css
<style>
span { border-color: #DC891D; }
span { border-color: rgb(220,137,29); }
td.TdClassName
{
border-color: #DC891D;
}
.TagClassName
{
border-color: #DC891D;
}
</style>