Shades of Buttercup #DC892F
Tints of Buttercup #DC892F
RGB
CMYK
RGB Variations
Color information
#DC892F (or 0xDC892F) is known color: Buttercup. HEX triplet: DC, 89 and 2F. RGB value is (220,137,47). Sum of RGB (Red+Green+Blue) = 220+137+47=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC892F is #2376D0. Grayscale: #979797. Windows color (decimal): -2324177 or 3115484. OLE color: 3115484.
HSL color Cylindrical-coordinate representation of color #DC892F: hue angle of 31.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC892F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 47 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.14 |
| HSL | 31.21º | 0.71% | 0.52% | - |
| HSV(B) | 31.21º | 0.79% | 0.86% | - |
| XYZ | 38.97 | 33.31 | 7.07 | - |
| YUV | 151.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 47 | 0 | 0.38 | 0.79 | 0.14 | 31.21 | 0.71 | 0.52 |
| Hex | DC | 89 | 2F | 0 | 26 | 4F | E | 1F | 47 | 34 |
| Octal | 334 | 211 | 57 | 0 | 46 | 117 | 16 | 37 | 107 | 64 |
| Binary | 11011100 | 10001001 | 101111 | 0 | 100110 | 1001111 | 1110 | 11111 | 1000111 | 110100 |
Color Harmonies of #DC892F
Complementary color
Monochromatic Colors of #DC892F
Black with #DC892F
Text Example
Text Example
White with #DC892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC892F; }
p { color: rgb(220,137,47); }
H1.HeaderClassName
{
color: #DC892F;
}
.AnyTagClassName
{
color: #DC892F;
}
</style>
background-color css
<style>
a { background-color: #DC892F; }
a { background-color: rgb(220,137,47); }
div.DivClassName
{
background-color: #DC892F;
}
.BgClassName
{
background-color: #DC892F;
}
</style>
border-color css
<style>
span { border-color: #DC892F; }
span { border-color: rgb(220,137,47); }
td.TdClassName
{
border-color: #DC892F;
}
.TagClassName
{
border-color: #DC892F;
}
</style>