Shades of Buttercup #DF932F
Tints of Buttercup #DF932F
RGB
CMYK
RGB Variations
Color information
#DF932F (or 0xDF932F) is known color: Buttercup. HEX triplet: DF, 93 and 2F. RGB value is (223,147,47). Sum of RGB (Red+Green+Blue) = 223+147+47=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF932F is #206CD0. Grayscale: #9E9E9E. Windows color (decimal): -2125009 or 3118047. OLE color: 3118047.
HSL color Cylindrical-coordinate representation of color #DF932F: hue angle of 34.09º 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 #DF932F is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 47 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.13 |
| HSL | 34.09º | 0.73% | 0.53% | - |
| HSV(B) | 34.09º | 0.79% | 0.87% | - |
| XYZ | 41.38 | 36.76 | 7.6 | - |
| YUV | 158.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 47 | 0 | 0.34 | 0.79 | 0.13 | 34.09 | 0.73 | 0.53 |
| Hex | DF | 93 | 2F | 0 | 22 | 4F | D | 22 | 49 | 35 |
| Octal | 337 | 223 | 57 | 0 | 42 | 117 | 15 | 42 | 111 | 65 |
| Binary | 11011111 | 10010011 | 101111 | 0 | 100010 | 1001111 | 1101 | 100010 | 1001001 | 110101 |
Color Harmonies of #DF932F
Complementary color
Monochromatic Colors of #DF932F
Black with #DF932F
Text Example
Text Example
White with #DF932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF932F; }
p { color: rgb(223,147,47); }
H1.HeaderClassName
{
color: #DF932F;
}
.AnyTagClassName
{
color: #DF932F;
}
</style>
background-color css
<style>
a { background-color: #DF932F; }
a { background-color: rgb(223,147,47); }
div.DivClassName
{
background-color: #DF932F;
}
.BgClassName
{
background-color: #DF932F;
}
</style>
border-color css
<style>
span { border-color: #DF932F; }
span { border-color: rgb(223,147,47); }
td.TdClassName
{
border-color: #DF932F;
}
.TagClassName
{
border-color: #DF932F;
}
</style>