Shades of Buttercup #DF8B2F
Tints of Buttercup #DF8B2F
RGB
CMYK
RGB Variations
Color information
#DF8B2F (or 0xDF8B2F) is known color: Buttercup. HEX triplet: DF, 8B and 2F. RGB value is (223,139,47). Sum of RGB (Red+Green+Blue) = 223+139+47=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B2F is #2074D0. Grayscale: #9A9A9A. Windows color (decimal): -2127057 or 3115999. OLE color: 3115999.
HSL color Cylindrical-coordinate representation of color #DF8B2F: hue angle of 31.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF8B2F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 47 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.13 |
| HSL | 31.36º | 0.73% | 0.53% | - |
| HSV(B) | 31.36º | 0.79% | 0.87% | - |
| XYZ | 40.18 | 34.36 | 7.2 | - |
| YUV | 153.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 47 | 0 | 0.38 | 0.79 | 0.13 | 31.36 | 0.73 | 0.53 |
| Hex | DF | 8B | 2F | 0 | 26 | 4F | D | 1F | 49 | 35 |
| Octal | 337 | 213 | 57 | 0 | 46 | 117 | 15 | 37 | 111 | 65 |
| Binary | 11011111 | 10001011 | 101111 | 0 | 100110 | 1001111 | 1101 | 11111 | 1001001 | 110101 |
Color Harmonies of #DF8B2F
Complementary color
Monochromatic Colors of #DF8B2F
Black with #DF8B2F
Text Example
Text Example
White with #DF8B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B2F; }
p { color: rgb(223,139,47); }
H1.HeaderClassName
{
color: #DF8B2F;
}
.AnyTagClassName
{
color: #DF8B2F;
}
</style>
background-color css
<style>
a { background-color: #DF8B2F; }
a { background-color: rgb(223,139,47); }
div.DivClassName
{
background-color: #DF8B2F;
}
.BgClassName
{
background-color: #DF8B2F;
}
</style>
border-color css
<style>
span { border-color: #DF8B2F; }
span { border-color: rgb(223,139,47); }
td.TdClassName
{
border-color: #DF8B2F;
}
.TagClassName
{
border-color: #DF8B2F;
}
</style>