Shades of Buttercup #DF8A2B
Tints of Buttercup #DF8A2B
RGB
CMYK
RGB Variations
Color information
#DF8A2B (or 0xDF8A2B) is known color: Buttercup. HEX triplet: DF, 8A and 2B. RGB value is (223,138,43). Sum of RGB (Red+Green+Blue) = 223+138+43=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A2B is #2075D4. Grayscale: #999999. Windows color (decimal): -2127317 or 2853599. OLE color: 2853599.
HSL color Cylindrical-coordinate representation of color #DF8A2B: hue angle of 31.67º 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 #DF8A2B is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 43 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.13 |
| HSL | 31.67º | 0.74% | 0.52% | - |
| HSV(B) | 31.67º | 0.81% | 0.87% | - |
| XYZ | 39.96 | 34.04 | 6.75 | - |
| YUV | 152.59 | 66.16 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 43 | 0 | 0.38 | 0.81 | 0.13 | 31.67 | 0.74 | 0.52 |
| Hex | DF | 8A | 2B | 0 | 26 | 51 | D | 20 | 4A | 34 |
| Octal | 337 | 212 | 53 | 0 | 46 | 121 | 15 | 40 | 112 | 64 |
| Binary | 11011111 | 10001010 | 101011 | 0 | 100110 | 1010001 | 1101 | 100000 | 1001010 | 110100 |
Color Harmonies of #DF8A2B
Complementary color
Monochromatic Colors of #DF8A2B
Black with #DF8A2B
Text Example
Text Example
White with #DF8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A2B; }
p { color: rgb(223,138,43); }
H1.HeaderClassName
{
color: #DF8A2B;
}
.AnyTagClassName
{
color: #DF8A2B;
}
</style>
background-color css
<style>
a { background-color: #DF8A2B; }
a { background-color: rgb(223,138,43); }
div.DivClassName
{
background-color: #DF8A2B;
}
.BgClassName
{
background-color: #DF8A2B;
}
</style>
border-color css
<style>
span { border-color: #DF8A2B; }
span { border-color: rgb(223,138,43); }
td.TdClassName
{
border-color: #DF8A2B;
}
.TagClassName
{
border-color: #DF8A2B;
}
</style>