Shades of Buttercup #DF8A2D
Tints of Buttercup #DF8A2D
RGB
CMYK
RGB Variations
Color information
#DF8A2D (or 0xDF8A2D) is known color: Buttercup. HEX triplet: DF, 8A and 2D. RGB value is (223,138,45). Sum of RGB (Red+Green+Blue) = 223+138+45=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A2D is #2075D2. Grayscale: #999999. Windows color (decimal): -2127315 or 2984671. OLE color: 2984671.
HSL color Cylindrical-coordinate representation of color #DF8A2D: hue angle of 31.35º 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 #DF8A2D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 45 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.13 |
| HSL | 31.35º | 0.74% | 0.53% | - |
| HSV(B) | 31.35º | 0.8% | 0.87% | - |
| XYZ | 39.99 | 34.05 | 6.95 | - |
| YUV | 152.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 45 | 0 | 0.38 | 0.80 | 0.13 | 31.35 | 0.74 | 0.53 |
| Hex | DF | 8A | 2D | 0 | 26 | 50 | D | 1F | 4A | 35 |
| Octal | 337 | 212 | 55 | 0 | 46 | 120 | 15 | 37 | 112 | 65 |
| Binary | 11011111 | 10001010 | 101101 | 0 | 100110 | 1010000 | 1101 | 11111 | 1001010 | 110101 |
Color Harmonies of #DF8A2D
Complementary color
Monochromatic Colors of #DF8A2D
Black with #DF8A2D
Text Example
Text Example
White with #DF8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A2D; }
p { color: rgb(223,138,45); }
H1.HeaderClassName
{
color: #DF8A2D;
}
.AnyTagClassName
{
color: #DF8A2D;
}
</style>
background-color css
<style>
a { background-color: #DF8A2D; }
a { background-color: rgb(223,138,45); }
div.DivClassName
{
background-color: #DF8A2D;
}
.BgClassName
{
background-color: #DF8A2D;
}
</style>
border-color css
<style>
span { border-color: #DF8A2D; }
span { border-color: rgb(223,138,45); }
td.TdClassName
{
border-color: #DF8A2D;
}
.TagClassName
{
border-color: #DF8A2D;
}
</style>