Shades of Buttercup #DF922D
Tints of Buttercup #DF922D
RGB
CMYK
RGB Variations
Color information
#DF922D (or 0xDF922D) is known color: Buttercup. HEX triplet: DF, 92 and 2D. RGB value is (223,146,45). Sum of RGB (Red+Green+Blue) = 223+146+45=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF922D is #206DD2. Grayscale: #9D9D9D. Windows color (decimal): -2125267 or 2986719. OLE color: 2986719.
HSL color Cylindrical-coordinate representation of color #DF922D: hue angle of 34.04º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF922D is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 45 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.13 |
| HSL | 34.04º | 0.74% | 0.53% | - |
| HSV(B) | 34.04º | 0.8% | 0.87% | - |
| XYZ | 41.18 | 36.44 | 7.34 | - |
| YUV | 157.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 45 | 0 | 0.35 | 0.80 | 0.13 | 34.04 | 0.74 | 0.53 |
| Hex | DF | 92 | 2D | 0 | 23 | 50 | D | 22 | 4A | 35 |
| Octal | 337 | 222 | 55 | 0 | 43 | 120 | 15 | 42 | 112 | 65 |
| Binary | 11011111 | 10010010 | 101101 | 0 | 100011 | 1010000 | 1101 | 100010 | 1001010 | 110101 |
Color Harmonies of #DF922D
Complementary color
Monochromatic Colors of #DF922D
Black with #DF922D
Text Example
Text Example
White with #DF922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF922D; }
p { color: rgb(223,146,45); }
H1.HeaderClassName
{
color: #DF922D;
}
.AnyTagClassName
{
color: #DF922D;
}
</style>
background-color css
<style>
a { background-color: #DF922D; }
a { background-color: rgb(223,146,45); }
div.DivClassName
{
background-color: #DF922D;
}
.BgClassName
{
background-color: #DF922D;
}
</style>
border-color css
<style>
span { border-color: #DF922D; }
span { border-color: rgb(223,146,45); }
td.TdClassName
{
border-color: #DF922D;
}
.TagClassName
{
border-color: #DF922D;
}
</style>