Shades of Buttercup #DF912D
Tints of Buttercup #DF912D
RGB
CMYK
RGB Variations
Color information
#DF912D (or 0xDF912D) is known color: Buttercup. HEX triplet: DF, 91 and 2D. RGB value is (223,145,45). Sum of RGB (Red+Green+Blue) = 223+145+45=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF912D is #206ED2. Grayscale: #9D9D9D. Windows color (decimal): -2125523 or 2986463. OLE color: 2986463.
HSL color Cylindrical-coordinate representation of color #DF912D: hue angle of 33.71º 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 #DF912D is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 45 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.13 |
| HSL | 33.71º | 0.74% | 0.53% | - |
| HSV(B) | 33.71º | 0.8% | 0.87% | - |
| XYZ | 41.03 | 36.13 | 7.29 | - |
| YUV | 156.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 45 | 0 | 0.35 | 0.80 | 0.13 | 33.71 | 0.74 | 0.53 |
| Hex | DF | 91 | 2D | 0 | 23 | 50 | D | 22 | 4A | 35 |
| Octal | 337 | 221 | 55 | 0 | 43 | 120 | 15 | 42 | 112 | 65 |
| Binary | 11011111 | 10010001 | 101101 | 0 | 100011 | 1010000 | 1101 | 100010 | 1001010 | 110101 |
Color Harmonies of #DF912D
Complementary color
Monochromatic Colors of #DF912D
Black with #DF912D
Text Example
Text Example
White with #DF912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF912D; }
p { color: rgb(223,145,45); }
H1.HeaderClassName
{
color: #DF912D;
}
.AnyTagClassName
{
color: #DF912D;
}
</style>
background-color css
<style>
a { background-color: #DF912D; }
a { background-color: rgb(223,145,45); }
div.DivClassName
{
background-color: #DF912D;
}
.BgClassName
{
background-color: #DF912D;
}
</style>
border-color css
<style>
span { border-color: #DF912D; }
span { border-color: rgb(223,145,45); }
td.TdClassName
{
border-color: #DF912D;
}
.TagClassName
{
border-color: #DF912D;
}
</style>