Shades of Buttercup #DC892A
Tints of Buttercup #DC892A
RGB
CMYK
RGB Variations
Color information
#DC892A (or 0xDC892A) is known color: Buttercup. HEX triplet: DC, 89 and 2A. RGB value is (220,137,42). Sum of RGB (Red+Green+Blue) = 220+137+42=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC892A is #2376D5. Grayscale: #979797. Windows color (decimal): -2324182 or 2787804. OLE color: 2787804.
HSL color Cylindrical-coordinate representation of color #DC892A: hue angle of 32.02º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC892A is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 42 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.14 |
| HSL | 32.02º | 0.72% | 0.51% | - |
| HSV(B) | 32.02º | 0.81% | 0.86% | - |
| XYZ | 38.88 | 33.27 | 6.56 | - |
| YUV | 150.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 42 | 0 | 0.38 | 0.81 | 0.14 | 32.02 | 0.72 | 0.51 |
| Hex | DC | 89 | 2A | 0 | 26 | 51 | E | 20 | 48 | 33 |
| Octal | 334 | 211 | 52 | 0 | 46 | 121 | 16 | 40 | 110 | 63 |
| Binary | 11011100 | 10001001 | 101010 | 0 | 100110 | 1010001 | 1110 | 100000 | 1001000 | 110011 |
Color Harmonies of #DC892A
Complementary color
Monochromatic Colors of #DC892A
Black with #DC892A
Text Example
Text Example
White with #DC892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC892A; }
p { color: rgb(220,137,42); }
H1.HeaderClassName
{
color: #DC892A;
}
.AnyTagClassName
{
color: #DC892A;
}
</style>
background-color css
<style>
a { background-color: #DC892A; }
a { background-color: rgb(220,137,42); }
div.DivClassName
{
background-color: #DC892A;
}
.BgClassName
{
background-color: #DC892A;
}
</style>
border-color css
<style>
span { border-color: #DC892A; }
span { border-color: rgb(220,137,42); }
td.TdClassName
{
border-color: #DC892A;
}
.TagClassName
{
border-color: #DC892A;
}
</style>