Shades of Buttercup #DC9F2E
Tints of Buttercup #DC9F2E
RGB
CMYK
RGB Variations
Color information
#DC9F2E (or 0xDC9F2E) is known color: Buttercup. HEX triplet: DC, 9F and 2E. RGB value is (220,159,46). Sum of RGB (Red+Green+Blue) = 220+159+46=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F2E is #2360D1. Grayscale: #A4A4A4. Windows color (decimal): -2318546 or 3055580. OLE color: 3055580.
HSL color Cylindrical-coordinate representation of color #DC9F2E: hue angle of 38.97º 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 #DC9F2E is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 46 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.14 |
| HSL | 38.97º | 0.71% | 0.52% | - |
| HSV(B) | 38.97º | 0.79% | 0.86% | - |
| XYZ | 42.41 | 40.21 | 8.11 | - |
| YUV | 164.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 46 | 0 | 0.28 | 0.79 | 0.14 | 38.97 | 0.71 | 0.52 |
| Hex | DC | 9F | 2E | 0 | 1C | 4F | E | 27 | 47 | 34 |
| Octal | 334 | 237 | 56 | 0 | 34 | 117 | 16 | 47 | 107 | 64 |
| Binary | 11011100 | 10011111 | 101110 | 0 | 11100 | 1001111 | 1110 | 100111 | 1000111 | 110100 |
Color Harmonies of #DC9F2E
Complementary color
Monochromatic Colors of #DC9F2E
Black with #DC9F2E
Text Example
Text Example
White with #DC9F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F2E; }
p { color: rgb(220,159,46); }
H1.HeaderClassName
{
color: #DC9F2E;
}
.AnyTagClassName
{
color: #DC9F2E;
}
</style>
background-color css
<style>
a { background-color: #DC9F2E; }
a { background-color: rgb(220,159,46); }
div.DivClassName
{
background-color: #DC9F2E;
}
.BgClassName
{
background-color: #DC9F2E;
}
</style>
border-color css
<style>
span { border-color: #DC9F2E; }
span { border-color: rgb(220,159,46); }
td.TdClassName
{
border-color: #DC9F2E;
}
.TagClassName
{
border-color: #DC9F2E;
}
</style>