Shades of Buttercup #DF962A
Tints of Buttercup #DF962A
RGB
CMYK
RGB Variations
Color information
#DF962A (or 0xDF962A) is known color: Buttercup. HEX triplet: DF, 96 and 2A. RGB value is (223,150,42). Sum of RGB (Red+Green+Blue) = 223+150+42=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF962A is #2069D5. Grayscale: #A0A0A0. Windows color (decimal): -2124246 or 2791135. OLE color: 2791135.
HSL color Cylindrical-coordinate representation of color #DF962A: hue angle of 35.8º 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 #DF962A is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 42 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.13 |
| HSL | 35.8º | 0.74% | 0.52% | - |
| HSV(B) | 35.8º | 0.81% | 0.87% | - |
| XYZ | 41.76 | 37.67 | 7.26 | - |
| YUV | 159.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 42 | 0 | 0.33 | 0.81 | 0.13 | 35.8 | 0.74 | 0.52 |
| Hex | DF | 96 | 2A | 0 | 21 | 51 | D | 24 | 4A | 34 |
| Octal | 337 | 226 | 52 | 0 | 41 | 121 | 15 | 44 | 112 | 64 |
| Binary | 11011111 | 10010110 | 101010 | 0 | 100001 | 1010001 | 1101 | 100100 | 1001010 | 110100 |
Color Harmonies of #DF962A
Complementary color
Monochromatic Colors of #DF962A
Black with #DF962A
Text Example
Text Example
White with #DF962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF962A; }
p { color: rgb(223,150,42); }
H1.HeaderClassName
{
color: #DF962A;
}
.AnyTagClassName
{
color: #DF962A;
}
</style>
background-color css
<style>
a { background-color: #DF962A; }
a { background-color: rgb(223,150,42); }
div.DivClassName
{
background-color: #DF962A;
}
.BgClassName
{
background-color: #DF962A;
}
</style>
border-color css
<style>
span { border-color: #DF962A; }
span { border-color: rgb(223,150,42); }
td.TdClassName
{
border-color: #DF962A;
}
.TagClassName
{
border-color: #DF962A;
}
</style>