Shades of Buttercup #DF911A
Tints of Buttercup #DF911A
RGB
CMYK
RGB Variations
Color information
#DF911A (or 0xDF911A) is known color: Buttercup. HEX triplet: DF, 91 and 1A. RGB value is (223,145,26). Sum of RGB (Red+Green+Blue) = 223+145+26=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF911A is #206EE5. Grayscale: #9B9B9B. Windows color (decimal): -2125542 or 1741279. OLE color: 1741279.
HSL color Cylindrical-coordinate representation of color #DF911A: hue angle of 36.24º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF911A is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 26 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.13 |
| HSL | 36.24º | 0.79% | 0.49% | - |
| HSV(B) | 36.24º | 0.88% | 0.87% | - |
| XYZ | 40.74 | 36.01 | 5.78 | - |
| YUV | 154.76 | 55.34 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 26 | 0 | 0.35 | 0.88 | 0.13 | 36.24 | 0.79 | 0.49 |
| Hex | DF | 91 | 1A | 0 | 23 | 58 | D | 24 | 4F | 31 |
| Octal | 337 | 221 | 32 | 0 | 43 | 130 | 15 | 44 | 117 | 61 |
| Binary | 11011111 | 10010001 | 11010 | 0 | 100011 | 1011000 | 1101 | 100100 | 1001111 | 110001 |
Color Harmonies of #DF911A
Complementary color
Monochromatic Colors of #DF911A
Black with #DF911A
Text Example
Text Example
White with #DF911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF911A; }
p { color: rgb(223,145,26); }
H1.HeaderClassName
{
color: #DF911A;
}
.AnyTagClassName
{
color: #DF911A;
}
</style>
background-color css
<style>
a { background-color: #DF911A; }
a { background-color: rgb(223,145,26); }
div.DivClassName
{
background-color: #DF911A;
}
.BgClassName
{
background-color: #DF911A;
}
</style>
border-color css
<style>
span { border-color: #DF911A; }
span { border-color: rgb(223,145,26); }
td.TdClassName
{
border-color: #DF911A;
}
.TagClassName
{
border-color: #DF911A;
}
</style>