Shades of Buttercup #DFA02B
Tints of Buttercup #DFA02B
RGB
CMYK
RGB Variations
Color information
#DFA02B (or 0xDFA02B) is known color: Buttercup. HEX triplet: DF, A0 and 2B. RGB value is (223,160,43). Sum of RGB (Red+Green+Blue) = 223+160+43=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA02B is #205FD4. Grayscale: #A6A6A6. Windows color (decimal): -2121685 or 2859231. OLE color: 2859231.
HSL color Cylindrical-coordinate representation of color #DFA02B: hue angle of 39º 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 #DFA02B is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 43 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.13 |
| HSL | 39º | 0.74% | 0.52% | - |
| HSV(B) | 39º | 0.81% | 0.87% | - |
| XYZ | 43.44 | 41 | 7.91 | - |
| YUV | 165.5 | 58.87 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 43 | 0 | 0.28 | 0.81 | 0.13 | 39 | 0.74 | 0.52 |
| Hex | DF | A0 | 2B | 0 | 1C | 51 | D | 27 | 4A | 34 |
| Octal | 337 | 240 | 53 | 0 | 34 | 121 | 15 | 47 | 112 | 64 |
| Binary | 11011111 | 10100000 | 101011 | 0 | 11100 | 1010001 | 1101 | 100111 | 1001010 | 110100 |
Color Harmonies of #DFA02B
Complementary color
Monochromatic Colors of #DFA02B
Black with #DFA02B
Text Example
Text Example
White with #DFA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA02B; }
p { color: rgb(223,160,43); }
H1.HeaderClassName
{
color: #DFA02B;
}
.AnyTagClassName
{
color: #DFA02B;
}
</style>
background-color css
<style>
a { background-color: #DFA02B; }
a { background-color: rgb(223,160,43); }
div.DivClassName
{
background-color: #DFA02B;
}
.BgClassName
{
background-color: #DFA02B;
}
</style>
border-color css
<style>
span { border-color: #DFA02B; }
span { border-color: rgb(223,160,43); }
td.TdClassName
{
border-color: #DFA02B;
}
.TagClassName
{
border-color: #DFA02B;
}
</style>