Shades of Buttercup #DF922C
Tints of Buttercup #DF922C
RGB
CMYK
RGB Variations
Color information
#DF922C (or 0xDF922C) is known color: Buttercup. HEX triplet: DF, 92 and 2C. RGB value is (223,146,44). Sum of RGB (Red+Green+Blue) = 223+146+44=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF922C is #206DD3. Grayscale: #9D9D9D. Windows color (decimal): -2125268 or 2921183. OLE color: 2921183.
HSL color Cylindrical-coordinate representation of color #DF922C: hue angle of 34.19º 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 #DF922C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 44 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.13 |
| HSL | 34.19º | 0.74% | 0.52% | - |
| HSV(B) | 34.19º | 0.8% | 0.87% | - |
| XYZ | 41.16 | 36.43 | 7.24 | - |
| YUV | 157.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 44 | 0 | 0.35 | 0.80 | 0.13 | 34.19 | 0.74 | 0.52 |
| Hex | DF | 92 | 2C | 0 | 23 | 50 | D | 22 | 4A | 34 |
| Octal | 337 | 222 | 54 | 0 | 43 | 120 | 15 | 42 | 112 | 64 |
| Binary | 11011111 | 10010010 | 101100 | 0 | 100011 | 1010000 | 1101 | 100010 | 1001010 | 110100 |
Color Harmonies of #DF922C
Complementary color
Monochromatic Colors of #DF922C
Black with #DF922C
Text Example
Text Example
White with #DF922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF922C; }
p { color: rgb(223,146,44); }
H1.HeaderClassName
{
color: #DF922C;
}
.AnyTagClassName
{
color: #DF922C;
}
</style>
background-color css
<style>
a { background-color: #DF922C; }
a { background-color: rgb(223,146,44); }
div.DivClassName
{
background-color: #DF922C;
}
.BgClassName
{
background-color: #DF922C;
}
</style>
border-color css
<style>
span { border-color: #DF922C; }
span { border-color: rgb(223,146,44); }
td.TdClassName
{
border-color: #DF922C;
}
.TagClassName
{
border-color: #DF922C;
}
</style>