Shades of Buttercup #DF932D
Tints of Buttercup #DF932D
RGB
CMYK
RGB Variations
Color information
#DF932D (or 0xDF932D) is known color: Buttercup. HEX triplet: DF, 93 and 2D. RGB value is (223,147,45). Sum of RGB (Red+Green+Blue) = 223+147+45=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF932D is #206CD2. Grayscale: #9E9E9E. Windows color (decimal): -2125011 or 2986975. OLE color: 2986975.
HSL color Cylindrical-coordinate representation of color #DF932D: hue angle of 34.38º 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 #DF932D is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 45 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.13 |
| HSL | 34.38º | 0.74% | 0.53% | - |
| HSV(B) | 34.38º | 0.8% | 0.87% | - |
| XYZ | 41.34 | 36.74 | 7.4 | - |
| YUV | 158.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 45 | 0 | 0.34 | 0.80 | 0.13 | 34.38 | 0.74 | 0.53 |
| Hex | DF | 93 | 2D | 0 | 22 | 50 | D | 22 | 4A | 35 |
| Octal | 337 | 223 | 55 | 0 | 42 | 120 | 15 | 42 | 112 | 65 |
| Binary | 11011111 | 10010011 | 101101 | 0 | 100010 | 1010000 | 1101 | 100010 | 1001010 | 110101 |
Color Harmonies of #DF932D
Complementary color
Monochromatic Colors of #DF932D
Black with #DF932D
Text Example
Text Example
White with #DF932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF932D; }
p { color: rgb(223,147,45); }
H1.HeaderClassName
{
color: #DF932D;
}
.AnyTagClassName
{
color: #DF932D;
}
</style>
background-color css
<style>
a { background-color: #DF932D; }
a { background-color: rgb(223,147,45); }
div.DivClassName
{
background-color: #DF932D;
}
.BgClassName
{
background-color: #DF932D;
}
</style>
border-color css
<style>
span { border-color: #DF932D; }
span { border-color: rgb(223,147,45); }
td.TdClassName
{
border-color: #DF932D;
}
.TagClassName
{
border-color: #DF932D;
}
</style>