Shades of Buttercup #DC892C
Tints of Buttercup #DC892C
RGB
CMYK
RGB Variations
Color information
#DC892C (or 0xDC892C) is known color: Buttercup. HEX triplet: DC, 89 and 2C. RGB value is (220,137,44). Sum of RGB (Red+Green+Blue) = 220+137+44=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC892C is #2376D3. Grayscale: #979797. Windows color (decimal): -2324180 or 2918876. OLE color: 2918876.
HSL color Cylindrical-coordinate representation of color #DC892C: hue angle of 31.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC892C is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 44 | - |
| CMYK | 0 | 0.38 | 0.8 | 0.14 |
| HSL | 31.7º | 0.72% | 0.52% | - |
| HSV(B) | 31.7º | 0.8% | 0.86% | - |
| XYZ | 38.92 | 33.29 | 6.76 | - |
| YUV | 151.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 44 | 0 | 0.38 | 0.8 | 0.14 | 31.7 | 0.72 | 0.52 |
| Hex | DC | 89 | 2C | 0 | 26 | 50 | E | 20 | 48 | 34 |
| Octal | 334 | 211 | 54 | 0 | 46 | 120 | 16 | 40 | 110 | 64 |
| Binary | 11011100 | 10001001 | 101100 | 0 | 100110 | 1010000 | 1110 | 100000 | 1001000 | 110100 |
Color Harmonies of #DC892C
Complementary color
Monochromatic Colors of #DC892C
Black with #DC892C
Text Example
Text Example
White with #DC892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC892C; }
p { color: rgb(220,137,44); }
H1.HeaderClassName
{
color: #DC892C;
}
.AnyTagClassName
{
color: #DC892C;
}
</style>
background-color css
<style>
a { background-color: #DC892C; }
a { background-color: rgb(220,137,44); }
div.DivClassName
{
background-color: #DC892C;
}
.BgClassName
{
background-color: #DC892C;
}
</style>
border-color css
<style>
span { border-color: #DC892C; }
span { border-color: rgb(220,137,44); }
td.TdClassName
{
border-color: #DC892C;
}
.TagClassName
{
border-color: #DC892C;
}
</style>