Shades of Buttercup #DF931C
Tints of Buttercup #DF931C
RGB
CMYK
RGB Variations
Color information
#DF931C (or 0xDF931C) is known color: Buttercup. HEX triplet: DF, 93 and 1C. RGB value is (223,147,28). Sum of RGB (Red+Green+Blue) = 223+147+28=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF931C is #206CE3. Grayscale: #9C9C9C. Windows color (decimal): -2125028 or 1872863. OLE color: 1872863.
HSL color Cylindrical-coordinate representation of color #DF931C: hue angle of 36.62º degrees, saturation: 0.78, 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 #DF931C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 28 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.13 |
| HSL | 36.62º | 0.78% | 0.49% | - |
| HSV(B) | 36.62º | 0.87% | 0.87% | - |
| XYZ | 41.07 | 36.64 | 6.01 | - |
| YUV | 156.16 | 55.68 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 28 | 0 | 0.34 | 0.87 | 0.13 | 36.62 | 0.78 | 0.49 |
| Hex | DF | 93 | 1C | 0 | 22 | 57 | D | 25 | 4E | 31 |
| Octal | 337 | 223 | 34 | 0 | 42 | 127 | 15 | 45 | 116 | 61 |
| Binary | 11011111 | 10010011 | 11100 | 0 | 100010 | 1010111 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DF931C
Complementary color
Monochromatic Colors of #DF931C
Black with #DF931C
Text Example
Text Example
White with #DF931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF931C; }
p { color: rgb(223,147,28); }
H1.HeaderClassName
{
color: #DF931C;
}
.AnyTagClassName
{
color: #DF931C;
}
</style>
background-color css
<style>
a { background-color: #DF931C; }
a { background-color: rgb(223,147,28); }
div.DivClassName
{
background-color: #DF931C;
}
.BgClassName
{
background-color: #DF931C;
}
</style>
border-color css
<style>
span { border-color: #DF931C; }
span { border-color: rgb(223,147,28); }
td.TdClassName
{
border-color: #DF931C;
}
.TagClassName
{
border-color: #DF931C;
}
</style>