Shades of Buttercup #DC871D
Tints of Buttercup #DC871D
RGB
CMYK
RGB Variations
Color information
#DC871D (or 0xDC871D) is known color: Buttercup. HEX triplet: DC, 87 and 1D. RGB value is (220,135,29). Sum of RGB (Red+Green+Blue) = 220+135+29=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC871D is #2378E2. Grayscale: #949494. Windows color (decimal): -2324707 or 1935324. OLE color: 1935324.
HSL color Cylindrical-coordinate representation of color #DC871D: hue angle of 33.3º 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 #DC871D is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 29 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.14 |
| HSL | 33.3º | 0.77% | 0.49% | - |
| HSV(B) | 33.3º | 0.87% | 0.86% | - |
| XYZ | 38.4 | 32.63 | 5.44 | - |
| YUV | 148.33 | 60.66 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 29 | 0 | 0.39 | 0.87 | 0.14 | 33.3 | 0.77 | 0.49 |
| Hex | DC | 87 | 1D | 0 | 27 | 57 | E | 21 | 4D | 31 |
| Octal | 334 | 207 | 35 | 0 | 47 | 127 | 16 | 41 | 115 | 61 |
| Binary | 11011100 | 10000111 | 11101 | 0 | 100111 | 1010111 | 1110 | 100001 | 1001101 | 110001 |
Color Harmonies of #DC871D
Complementary color
Monochromatic Colors of #DC871D
Black with #DC871D
Text Example
Text Example
White with #DC871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC871D; }
p { color: rgb(220,135,29); }
H1.HeaderClassName
{
color: #DC871D;
}
.AnyTagClassName
{
color: #DC871D;
}
</style>
background-color css
<style>
a { background-color: #DC871D; }
a { background-color: rgb(220,135,29); }
div.DivClassName
{
background-color: #DC871D;
}
.BgClassName
{
background-color: #DC871D;
}
</style>
border-color css
<style>
span { border-color: #DC871D; }
span { border-color: rgb(220,135,29); }
td.TdClassName
{
border-color: #DC871D;
}
.TagClassName
{
border-color: #DC871D;
}
</style>