Shades of Buttercup #DF932C
Tints of Buttercup #DF932C
RGB
CMYK
RGB Variations
Color information
#DF932C (or 0xDF932C) is known color: Buttercup. HEX triplet: DF, 93 and 2C. RGB value is (223,147,44). Sum of RGB (Red+Green+Blue) = 223+147+44=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF932C is #206CD3. Grayscale: #9E9E9E. Windows color (decimal): -2125012 or 2921439. OLE color: 2921439.
HSL color Cylindrical-coordinate representation of color #DF932C: hue angle of 34.53º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF932C is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 44 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.13 |
| HSL | 34.53º | 0.74% | 0.52% | - |
| HSV(B) | 34.53º | 0.8% | 0.87% | - |
| XYZ | 41.32 | 36.74 | 7.3 | - |
| YUV | 157.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 44 | 0 | 0.34 | 0.80 | 0.13 | 34.53 | 0.74 | 0.52 |
| Hex | DF | 93 | 2C | 0 | 22 | 50 | D | 23 | 4A | 34 |
| Octal | 337 | 223 | 54 | 0 | 42 | 120 | 15 | 43 | 112 | 64 |
| Binary | 11011111 | 10010011 | 101100 | 0 | 100010 | 1010000 | 1101 | 100011 | 1001010 | 110100 |
Color Harmonies of #DF932C
Complementary color
Monochromatic Colors of #DF932C
Black with #DF932C
Text Example
Text Example
White with #DF932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF932C; }
p { color: rgb(223,147,44); }
H1.HeaderClassName
{
color: #DF932C;
}
.AnyTagClassName
{
color: #DF932C;
}
</style>
background-color css
<style>
a { background-color: #DF932C; }
a { background-color: rgb(223,147,44); }
div.DivClassName
{
background-color: #DF932C;
}
.BgClassName
{
background-color: #DF932C;
}
</style>
border-color css
<style>
span { border-color: #DF932C; }
span { border-color: rgb(223,147,44); }
td.TdClassName
{
border-color: #DF932C;
}
.TagClassName
{
border-color: #DF932C;
}
</style>