Shades of Buttercup #DF952B
Tints of Buttercup #DF952B
RGB
CMYK
RGB Variations
Color information
#DF952B (or 0xDF952B) is known color: Buttercup. HEX triplet: DF, 95 and 2B. RGB value is (223,149,43). Sum of RGB (Red+Green+Blue) = 223+149+43=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF952B is #206AD4. Grayscale: #9F9F9F. Windows color (decimal): -2124501 or 2856415. OLE color: 2856415.
HSL color Cylindrical-coordinate representation of color #DF952B: hue angle of 35.33º 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 #DF952B is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 43 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.13 |
| HSL | 35.33º | 0.74% | 0.52% | - |
| HSV(B) | 35.33º | 0.81% | 0.87% | - |
| XYZ | 41.61 | 37.36 | 7.3 | - |
| YUV | 159.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 43 | 0 | 0.33 | 0.81 | 0.13 | 35.33 | 0.74 | 0.52 |
| Hex | DF | 95 | 2B | 0 | 21 | 51 | D | 23 | 4A | 34 |
| Octal | 337 | 225 | 53 | 0 | 41 | 121 | 15 | 43 | 112 | 64 |
| Binary | 11011111 | 10010101 | 101011 | 0 | 100001 | 1010001 | 1101 | 100011 | 1001010 | 110100 |
Color Harmonies of #DF952B
Complementary color
Monochromatic Colors of #DF952B
Black with #DF952B
Text Example
Text Example
White with #DF952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF952B; }
p { color: rgb(223,149,43); }
H1.HeaderClassName
{
color: #DF952B;
}
.AnyTagClassName
{
color: #DF952B;
}
</style>
background-color css
<style>
a { background-color: #DF952B; }
a { background-color: rgb(223,149,43); }
div.DivClassName
{
background-color: #DF952B;
}
.BgClassName
{
background-color: #DF952B;
}
</style>
border-color css
<style>
span { border-color: #DF952B; }
span { border-color: rgb(223,149,43); }
td.TdClassName
{
border-color: #DF952B;
}
.TagClassName
{
border-color: #DF952B;
}
</style>