Shades of Buttercup #DF8C2A
Tints of Buttercup #DF8C2A
RGB
CMYK
RGB Variations
Color information
#DF8C2A (or 0xDF8C2A) is known color: Buttercup. HEX triplet: DF, 8C and 2A. RGB value is (223,140,42). Sum of RGB (Red+Green+Blue) = 223+140+42=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8C2A is #2073D5. Grayscale: #9A9A9A. Windows color (decimal): -2126806 or 2788575. OLE color: 2788575.
HSL color Cylindrical-coordinate representation of color #DF8C2A: hue angle of 32.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF8C2A is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 42 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.13 |
| HSL | 32.49º | 0.74% | 0.52% | - |
| HSV(B) | 32.49º | 0.81% | 0.87% | - |
| XYZ | 40.23 | 34.61 | 6.75 | - |
| YUV | 153.65 | 65 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 42 | 0 | 0.37 | 0.81 | 0.13 | 32.49 | 0.74 | 0.52 |
| Hex | DF | 8C | 2A | 0 | 25 | 51 | D | 20 | 4A | 34 |
| Octal | 337 | 214 | 52 | 0 | 45 | 121 | 15 | 40 | 112 | 64 |
| Binary | 11011111 | 10001100 | 101010 | 0 | 100101 | 1010001 | 1101 | 100000 | 1001010 | 110100 |
Color Harmonies of #DF8C2A
Complementary color
Monochromatic Colors of #DF8C2A
Black with #DF8C2A
Text Example
Text Example
White with #DF8C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C2A; }
p { color: rgb(223,140,42); }
H1.HeaderClassName
{
color: #DF8C2A;
}
.AnyTagClassName
{
color: #DF8C2A;
}
</style>
background-color css
<style>
a { background-color: #DF8C2A; }
a { background-color: rgb(223,140,42); }
div.DivClassName
{
background-color: #DF8C2A;
}
.BgClassName
{
background-color: #DF8C2A;
}
</style>
border-color css
<style>
span { border-color: #DF8C2A; }
span { border-color: rgb(223,140,42); }
td.TdClassName
{
border-color: #DF8C2A;
}
.TagClassName
{
border-color: #DF8C2A;
}
</style>