Shades of Buttercup #DC851F
Tints of Buttercup #DC851F
RGB
CMYK
RGB Variations
Color information
#DC851F (or 0xDC851F) is known color: Buttercup. HEX triplet: DC, 85 and 1F. RGB value is (220,133,31). Sum of RGB (Red+Green+Blue) = 220+133+31=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC851F is #237AE0. Grayscale: #939393. Windows color (decimal): -2325217 or 2065884. OLE color: 2065884.
HSL color Cylindrical-coordinate representation of color #DC851F: hue angle of 32.38º degrees, saturation: 0.75, 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 #DC851F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 31 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.14 |
| HSL | 32.38º | 0.75% | 0.49% | - |
| HSV(B) | 32.38º | 0.86% | 0.86% | - |
| XYZ | 38.15 | 32.09 | 5.48 | - |
| YUV | 147.39 | 62.32 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 31 | 0 | 0.40 | 0.86 | 0.14 | 32.38 | 0.75 | 0.49 |
| Hex | DC | 85 | 1F | 0 | 28 | 56 | E | 20 | 4B | 31 |
| Octal | 334 | 205 | 37 | 0 | 50 | 126 | 16 | 40 | 113 | 61 |
| Binary | 11011100 | 10000101 | 11111 | 0 | 101000 | 1010110 | 1110 | 100000 | 1001011 | 110001 |
Color Harmonies of #DC851F
Complementary color
Monochromatic Colors of #DC851F
Black with #DC851F
Text Example
Text Example
White with #DC851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC851F; }
p { color: rgb(220,133,31); }
H1.HeaderClassName
{
color: #DC851F;
}
.AnyTagClassName
{
color: #DC851F;
}
</style>
background-color css
<style>
a { background-color: #DC851F; }
a { background-color: rgb(220,133,31); }
div.DivClassName
{
background-color: #DC851F;
}
.BgClassName
{
background-color: #DC851F;
}
</style>
border-color css
<style>
span { border-color: #DC851F; }
span { border-color: rgb(220,133,31); }
td.TdClassName
{
border-color: #DC851F;
}
.TagClassName
{
border-color: #DC851F;
}
</style>