Shades of Buttercup #DF882D
Tints of Buttercup #DF882D
RGB
CMYK
RGB Variations
Color information
#DF882D (or 0xDF882D) is known color: Buttercup. HEX triplet: DF, 88 and 2D. RGB value is (223,136,45). Sum of RGB (Red+Green+Blue) = 223+136+45=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF882D is #2077D2. Grayscale: #989898. Windows color (decimal): -2127827 or 2984159. OLE color: 2984159.
HSL color Cylindrical-coordinate representation of color #DF882D: hue angle of 30.67º 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 #DF882D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 45 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.13 |
| HSL | 30.67º | 0.74% | 0.53% | - |
| HSV(B) | 30.67º | 0.8% | 0.87% | - |
| XYZ | 39.71 | 33.49 | 6.85 | - |
| YUV | 151.64 | 67.82 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 45 | 0 | 0.39 | 0.80 | 0.13 | 30.67 | 0.74 | 0.53 |
| Hex | DF | 88 | 2D | 0 | 27 | 50 | D | 1F | 4A | 35 |
| Octal | 337 | 210 | 55 | 0 | 47 | 120 | 15 | 37 | 112 | 65 |
| Binary | 11011111 | 10001000 | 101101 | 0 | 100111 | 1010000 | 1101 | 11111 | 1001010 | 110101 |
Color Harmonies of #DF882D
Complementary color
Monochromatic Colors of #DF882D
Black with #DF882D
Text Example
Text Example
White with #DF882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF882D; }
p { color: rgb(223,136,45); }
H1.HeaderClassName
{
color: #DF882D;
}
.AnyTagClassName
{
color: #DF882D;
}
</style>
background-color css
<style>
a { background-color: #DF882D; }
a { background-color: rgb(223,136,45); }
div.DivClassName
{
background-color: #DF882D;
}
.BgClassName
{
background-color: #DF882D;
}
</style>
border-color css
<style>
span { border-color: #DF882D; }
span { border-color: rgb(223,136,45); }
td.TdClassName
{
border-color: #DF882D;
}
.TagClassName
{
border-color: #DF882D;
}
</style>