Shades of Buttercup #DF921D
Tints of Buttercup #DF921D
RGB
CMYK
RGB Variations
Color information
#DF921D (or 0xDF921D) is known color: Buttercup. HEX triplet: DF, 92 and 1D. RGB value is (223,146,29). Sum of RGB (Red+Green+Blue) = 223+146+29=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF921D is #206DE2. Grayscale: #9C9C9C. Windows color (decimal): -2125283 or 1938143. OLE color: 1938143.
HSL color Cylindrical-coordinate representation of color #DF921D: hue angle of 36.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF921D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 29 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.13 |
| HSL | 36.19º | 0.77% | 0.49% | - |
| HSV(B) | 36.19º | 0.87% | 0.87% | - |
| XYZ | 40.93 | 36.33 | 6.02 | - |
| YUV | 155.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 29 | 0 | 0.35 | 0.87 | 0.13 | 36.19 | 0.77 | 0.49 |
| Hex | DF | 92 | 1D | 0 | 23 | 57 | D | 24 | 4D | 31 |
| Octal | 337 | 222 | 35 | 0 | 43 | 127 | 15 | 44 | 115 | 61 |
| Binary | 11011111 | 10010010 | 11101 | 0 | 100011 | 1010111 | 1101 | 100100 | 1001101 | 110001 |
Color Harmonies of #DF921D
Complementary color
Monochromatic Colors of #DF921D
Black with #DF921D
Text Example
Text Example
White with #DF921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF921D; }
p { color: rgb(223,146,29); }
H1.HeaderClassName
{
color: #DF921D;
}
.AnyTagClassName
{
color: #DF921D;
}
</style>
background-color css
<style>
a { background-color: #DF921D; }
a { background-color: rgb(223,146,29); }
div.DivClassName
{
background-color: #DF921D;
}
.BgClassName
{
background-color: #DF921D;
}
</style>
border-color css
<style>
span { border-color: #DF921D; }
span { border-color: rgb(223,146,29); }
td.TdClassName
{
border-color: #DF921D;
}
.TagClassName
{
border-color: #DF921D;
}
</style>