Shades of Buttercup #DA882B
Tints of Buttercup #DA882B
RGB
CMYK
RGB Variations
Color information
#DA882B (or 0xDA882B) is known color: Buttercup. HEX triplet: DA, 88 and 2B. RGB value is (218,136,43). Sum of RGB (Red+Green+Blue) = 218+136+43=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA882B is #2577D4. Grayscale: #969696. Windows color (decimal): -2455509 or 2853082. OLE color: 2853082.
HSL color Cylindrical-coordinate representation of color #DA882B: hue angle of 31.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA882B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 43 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.15 |
| HSL | 31.89º | 0.7% | 0.51% | - |
| HSV(B) | 31.89º | 0.8% | 0.85% | - |
| XYZ | 38.15 | 32.69 | 6.58 | - |
| YUV | 149.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 43 | 0 | 0.38 | 0.80 | 0.15 | 31.89 | 0.7 | 0.51 |
| Hex | DA | 88 | 2B | 0 | 26 | 50 | F | 20 | 46 | 33 |
| Octal | 332 | 210 | 53 | 0 | 46 | 120 | 17 | 40 | 106 | 63 |
| Binary | 11011010 | 10001000 | 101011 | 0 | 100110 | 1010000 | 1111 | 100000 | 1000110 | 110011 |
Color Harmonies of #DA882B
Complementary color
Monochromatic Colors of #DA882B
Black with #DA882B
Text Example
Text Example
White with #DA882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA882B; }
p { color: rgb(218,136,43); }
H1.HeaderClassName
{
color: #DA882B;
}
.AnyTagClassName
{
color: #DA882B;
}
</style>
background-color css
<style>
a { background-color: #DA882B; }
a { background-color: rgb(218,136,43); }
div.DivClassName
{
background-color: #DA882B;
}
.BgClassName
{
background-color: #DA882B;
}
</style>
border-color css
<style>
span { border-color: #DA882B; }
span { border-color: rgb(218,136,43); }
td.TdClassName
{
border-color: #DA882B;
}
.TagClassName
{
border-color: #DA882B;
}
</style>