Shades of Buttercup #DF932E
Tints of Buttercup #DF932E
RGB
CMYK
RGB Variations
Color information
#DF932E (or 0xDF932E) is known color: Buttercup. HEX triplet: DF, 93 and 2E. RGB value is (223,147,46). Sum of RGB (Red+Green+Blue) = 223+147+46=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF932E is #206CD1. Grayscale: #9E9E9E. Windows color (decimal): -2125010 or 3052511. OLE color: 3052511.
HSL color Cylindrical-coordinate representation of color #DF932E: hue angle of 34.24º 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 #DF932E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 46 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.13 |
| HSL | 34.24º | 0.73% | 0.53% | - |
| HSV(B) | 34.24º | 0.79% | 0.87% | - |
| XYZ | 41.36 | 36.75 | 7.5 | - |
| YUV | 158.21 | 64.68 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 46 | 0 | 0.34 | 0.79 | 0.13 | 34.24 | 0.73 | 0.53 |
| Hex | DF | 93 | 2E | 0 | 22 | 4F | D | 22 | 49 | 35 |
| Octal | 337 | 223 | 56 | 0 | 42 | 117 | 15 | 42 | 111 | 65 |
| Binary | 11011111 | 10010011 | 101110 | 0 | 100010 | 1001111 | 1101 | 100010 | 1001001 | 110101 |
Color Harmonies of #DF932E
Complementary color
Monochromatic Colors of #DF932E
Black with #DF932E
Text Example
Text Example
White with #DF932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF932E; }
p { color: rgb(223,147,46); }
H1.HeaderClassName
{
color: #DF932E;
}
.AnyTagClassName
{
color: #DF932E;
}
</style>
background-color css
<style>
a { background-color: #DF932E; }
a { background-color: rgb(223,147,46); }
div.DivClassName
{
background-color: #DF932E;
}
.BgClassName
{
background-color: #DF932E;
}
</style>
border-color css
<style>
span { border-color: #DF932E; }
span { border-color: rgb(223,147,46); }
td.TdClassName
{
border-color: #DF932E;
}
.TagClassName
{
border-color: #DF932E;
}
</style>