Shades of Buttercup #DF952D
Tints of Buttercup #DF952D
RGB
CMYK
RGB Variations
Color information
#DF952D (or 0xDF952D) is known color: Buttercup. HEX triplet: DF, 95 and 2D. RGB value is (223,149,45). Sum of RGB (Red+Green+Blue) = 223+149+45=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF952D is #206AD2. Grayscale: #9F9F9F. Windows color (decimal): -2124499 or 2987487. OLE color: 2987487.
HSL color Cylindrical-coordinate representation of color #DF952D: hue angle of 35.06º 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 #DF952D is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 45 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.13 |
| HSL | 35.06º | 0.74% | 0.53% | - |
| HSV(B) | 35.06º | 0.8% | 0.87% | - |
| XYZ | 41.65 | 37.37 | 7.5 | - |
| YUV | 159.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 45 | 0 | 0.33 | 0.80 | 0.13 | 35.06 | 0.74 | 0.53 |
| Hex | DF | 95 | 2D | 0 | 21 | 50 | D | 23 | 4A | 35 |
| Octal | 337 | 225 | 55 | 0 | 41 | 120 | 15 | 43 | 112 | 65 |
| Binary | 11011111 | 10010101 | 101101 | 0 | 100001 | 1010000 | 1101 | 100011 | 1001010 | 110101 |
Color Harmonies of #DF952D
Complementary color
Monochromatic Colors of #DF952D
Black with #DF952D
Text Example
Text Example
White with #DF952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF952D; }
p { color: rgb(223,149,45); }
H1.HeaderClassName
{
color: #DF952D;
}
.AnyTagClassName
{
color: #DF952D;
}
</style>
background-color css
<style>
a { background-color: #DF952D; }
a { background-color: rgb(223,149,45); }
div.DivClassName
{
background-color: #DF952D;
}
.BgClassName
{
background-color: #DF952D;
}
</style>
border-color css
<style>
span { border-color: #DF952D; }
span { border-color: rgb(223,149,45); }
td.TdClassName
{
border-color: #DF952D;
}
.TagClassName
{
border-color: #DF952D;
}
</style>