Shades of Buttercup #DF921F
Tints of Buttercup #DF921F
RGB
CMYK
RGB Variations
Color information
#DF921F (or 0xDF921F) is known color: Buttercup. HEX triplet: DF, 92 and 1F. RGB value is (223,146,31). Sum of RGB (Red+Green+Blue) = 223+146+31=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF921F is #206DE0. Grayscale: #9C9C9C. Windows color (decimal): -2125281 or 2069215. OLE color: 2069215.
HSL color Cylindrical-coordinate representation of color #DF921F: hue angle of 35.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF921F is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 31 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.13 |
| HSL | 35.94º | 0.76% | 0.5% | - |
| HSV(B) | 35.94º | 0.86% | 0.87% | - |
| XYZ | 40.96 | 36.34 | 6.15 | - |
| YUV | 155.91 | 57.51 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 31 | 0 | 0.35 | 0.86 | 0.13 | 35.94 | 0.76 | 0.5 |
| Hex | DF | 92 | 1F | 0 | 23 | 56 | D | 24 | 4C | 32 |
| Octal | 337 | 222 | 37 | 0 | 43 | 126 | 15 | 44 | 114 | 62 |
| Binary | 11011111 | 10010010 | 11111 | 0 | 100011 | 1010110 | 1101 | 100100 | 1001100 | 110010 |
Color Harmonies of #DF921F
Complementary color
Monochromatic Colors of #DF921F
Black with #DF921F
Text Example
Text Example
White with #DF921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF921F; }
p { color: rgb(223,146,31); }
H1.HeaderClassName
{
color: #DF921F;
}
.AnyTagClassName
{
color: #DF921F;
}
</style>
background-color css
<style>
a { background-color: #DF921F; }
a { background-color: rgb(223,146,31); }
div.DivClassName
{
background-color: #DF921F;
}
.BgClassName
{
background-color: #DF921F;
}
</style>
border-color css
<style>
span { border-color: #DF921F; }
span { border-color: rgb(223,146,31); }
td.TdClassName
{
border-color: #DF921F;
}
.TagClassName
{
border-color: #DF921F;
}
</style>