Shades of Buttercup #DC892B
Tints of Buttercup #DC892B
RGB
CMYK
RGB Variations
Color information
#DC892B (or 0xDC892B) is known color: Buttercup. HEX triplet: DC, 89 and 2B. RGB value is (220,137,43). Sum of RGB (Red+Green+Blue) = 220+137+43=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC892B is #2376D4. Grayscale: #979797. Windows color (decimal): -2324181 or 2853340. OLE color: 2853340.
HSL color Cylindrical-coordinate representation of color #DC892B: hue angle of 31.86º 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 #DC892B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 43 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.14 |
| HSL | 31.86º | 0.72% | 0.52% | - |
| HSV(B) | 31.86º | 0.8% | 0.86% | - |
| XYZ | 38.9 | 33.28 | 6.66 | - |
| YUV | 151.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 43 | 0 | 0.38 | 0.80 | 0.14 | 31.86 | 0.72 | 0.52 |
| Hex | DC | 89 | 2B | 0 | 26 | 50 | E | 20 | 48 | 34 |
| Octal | 334 | 211 | 53 | 0 | 46 | 120 | 16 | 40 | 110 | 64 |
| Binary | 11011100 | 10001001 | 101011 | 0 | 100110 | 1010000 | 1110 | 100000 | 1001000 | 110100 |
Color Harmonies of #DC892B
Complementary color
Monochromatic Colors of #DC892B
Black with #DC892B
Text Example
Text Example
White with #DC892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC892B; }
p { color: rgb(220,137,43); }
H1.HeaderClassName
{
color: #DC892B;
}
.AnyTagClassName
{
color: #DC892B;
}
</style>
background-color css
<style>
a { background-color: #DC892B; }
a { background-color: rgb(220,137,43); }
div.DivClassName
{
background-color: #DC892B;
}
.BgClassName
{
background-color: #DC892B;
}
</style>
border-color css
<style>
span { border-color: #DC892B; }
span { border-color: rgb(220,137,43); }
td.TdClassName
{
border-color: #DC892B;
}
.TagClassName
{
border-color: #DC892B;
}
</style>