Shades of Buttercup #DFA12D
Tints of Buttercup #DFA12D
RGB
CMYK
RGB Variations
Color information
#DFA12D (or 0xDFA12D) is known color: Buttercup. HEX triplet: DF, A1 and 2D. RGB value is (223,161,45). Sum of RGB (Red+Green+Blue) = 223+161+45=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA12D is #205ED2. Grayscale: #A6A6A6. Windows color (decimal): -2121427 or 2990559. OLE color: 2990559.
HSL color Cylindrical-coordinate representation of color #DFA12D: hue angle of 39.1º 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 #DFA12D is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 45 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.13 |
| HSL | 39.1º | 0.74% | 0.53% | - |
| HSV(B) | 39.1º | 0.8% | 0.87% | - |
| XYZ | 43.65 | 41.37 | 8.17 | - |
| YUV | 166.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 45 | 0 | 0.28 | 0.80 | 0.13 | 39.1 | 0.74 | 0.53 |
| Hex | DF | A1 | 2D | 0 | 1C | 50 | D | 27 | 4A | 35 |
| Octal | 337 | 241 | 55 | 0 | 34 | 120 | 15 | 47 | 112 | 65 |
| Binary | 11011111 | 10100001 | 101101 | 0 | 11100 | 1010000 | 1101 | 100111 | 1001010 | 110101 |
Color Harmonies of #DFA12D
Complementary color
Monochromatic Colors of #DFA12D
Black with #DFA12D
Text Example
Text Example
White with #DFA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA12D; }
p { color: rgb(223,161,45); }
H1.HeaderClassName
{
color: #DFA12D;
}
.AnyTagClassName
{
color: #DFA12D;
}
</style>
background-color css
<style>
a { background-color: #DFA12D; }
a { background-color: rgb(223,161,45); }
div.DivClassName
{
background-color: #DFA12D;
}
.BgClassName
{
background-color: #DFA12D;
}
</style>
border-color css
<style>
span { border-color: #DFA12D; }
span { border-color: rgb(223,161,45); }
td.TdClassName
{
border-color: #DFA12D;
}
.TagClassName
{
border-color: #DFA12D;
}
</style>