Shades of Buttercup #DF912A
Tints of Buttercup #DF912A
RGB
CMYK
RGB Variations
Color information
#DF912A (or 0xDF912A) is known color: Buttercup. HEX triplet: DF, 91 and 2A. RGB value is (223,145,42). Sum of RGB (Red+Green+Blue) = 223+145+42=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF912A is #206ED5. Grayscale: #9D9D9D. Windows color (decimal): -2125526 or 2789855. OLE color: 2789855.
HSL color Cylindrical-coordinate representation of color #DF912A: hue angle of 34.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF912A is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 42 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.13 |
| HSL | 34.14º | 0.74% | 0.52% | - |
| HSV(B) | 34.14º | 0.81% | 0.87% | - |
| XYZ | 40.97 | 36.11 | 7 | - |
| YUV | 156.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 42 | 0 | 0.35 | 0.81 | 0.13 | 34.14 | 0.74 | 0.52 |
| Hex | DF | 91 | 2A | 0 | 23 | 51 | D | 22 | 4A | 34 |
| Octal | 337 | 221 | 52 | 0 | 43 | 121 | 15 | 42 | 112 | 64 |
| Binary | 11011111 | 10010001 | 101010 | 0 | 100011 | 1010001 | 1101 | 100010 | 1001010 | 110100 |
Color Harmonies of #DF912A
Complementary color
Monochromatic Colors of #DF912A
Black with #DF912A
Text Example
Text Example
White with #DF912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF912A; }
p { color: rgb(223,145,42); }
H1.HeaderClassName
{
color: #DF912A;
}
.AnyTagClassName
{
color: #DF912A;
}
</style>
background-color css
<style>
a { background-color: #DF912A; }
a { background-color: rgb(223,145,42); }
div.DivClassName
{
background-color: #DF912A;
}
.BgClassName
{
background-color: #DF912A;
}
</style>
border-color css
<style>
span { border-color: #DF912A; }
span { border-color: rgb(223,145,42); }
td.TdClassName
{
border-color: #DF912A;
}
.TagClassName
{
border-color: #DF912A;
}
</style>