Shades of Buttercup #DF8C2B
Tints of Buttercup #DF8C2B
RGB
CMYK
RGB Variations
Color information
#DF8C2B (or 0xDF8C2B) is known color: Buttercup. HEX triplet: DF, 8C and 2B. RGB value is (223,140,43). Sum of RGB (Red+Green+Blue) = 223+140+43=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8C2B is #2073D4. Grayscale: #9A9A9A. Windows color (decimal): -2126805 or 2854111. OLE color: 2854111.
HSL color Cylindrical-coordinate representation of color #DF8C2B: hue angle of 32.33º 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 #DF8C2B is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 43 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.13 |
| HSL | 32.33º | 0.74% | 0.52% | - |
| HSV(B) | 32.33º | 0.81% | 0.87% | - |
| XYZ | 40.25 | 34.62 | 6.85 | - |
| YUV | 153.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 43 | 0 | 0.37 | 0.81 | 0.13 | 32.33 | 0.74 | 0.52 |
| Hex | DF | 8C | 2B | 0 | 25 | 51 | D | 20 | 4A | 34 |
| Octal | 337 | 214 | 53 | 0 | 45 | 121 | 15 | 40 | 112 | 64 |
| Binary | 11011111 | 10001100 | 101011 | 0 | 100101 | 1010001 | 1101 | 100000 | 1001010 | 110100 |
Color Harmonies of #DF8C2B
Complementary color
Monochromatic Colors of #DF8C2B
Black with #DF8C2B
Text Example
Text Example
White with #DF8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C2B; }
p { color: rgb(223,140,43); }
H1.HeaderClassName
{
color: #DF8C2B;
}
.AnyTagClassName
{
color: #DF8C2B;
}
</style>
background-color css
<style>
a { background-color: #DF8C2B; }
a { background-color: rgb(223,140,43); }
div.DivClassName
{
background-color: #DF8C2B;
}
.BgClassName
{
background-color: #DF8C2B;
}
</style>
border-color css
<style>
span { border-color: #DF8C2B; }
span { border-color: rgb(223,140,43); }
td.TdClassName
{
border-color: #DF8C2B;
}
.TagClassName
{
border-color: #DF8C2B;
}
</style>