Shades of Buttercup #D8882A
Tints of Buttercup #D8882A
RGB
CMYK
RGB Variations
Color information
#D8882A (or 0xD8882A) is known color: Buttercup. HEX triplet: D8, 88 and 2A. RGB value is (216,136,42). Sum of RGB (Red+Green+Blue) = 216+136+42=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8882A is #2777D5. Grayscale: #959595. Windows color (decimal): -2586582 or 2787544. OLE color: 2787544.
HSL color Cylindrical-coordinate representation of color #D8882A: hue angle of 32.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8882A is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 42 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.15 |
| HSL | 32.41º | 0.69% | 0.51% | - |
| HSV(B) | 32.41º | 0.81% | 0.85% | - |
| XYZ | 37.54 | 32.37 | 6.46 | - |
| YUV | 149.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 42 | 0 | 0.37 | 0.81 | 0.15 | 32.41 | 0.69 | 0.51 |
| Hex | D8 | 88 | 2A | 0 | 25 | 51 | F | 20 | 45 | 33 |
| Octal | 330 | 210 | 52 | 0 | 45 | 121 | 17 | 40 | 105 | 63 |
| Binary | 11011000 | 10001000 | 101010 | 0 | 100101 | 1010001 | 1111 | 100000 | 1000101 | 110011 |
Color Harmonies of #D8882A
Complementary color
Monochromatic Colors of #D8882A
Black with #D8882A
Text Example
Text Example
White with #D8882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8882A; }
p { color: rgb(216,136,42); }
H1.HeaderClassName
{
color: #D8882A;
}
.AnyTagClassName
{
color: #D8882A;
}
</style>
background-color css
<style>
a { background-color: #D8882A; }
a { background-color: rgb(216,136,42); }
div.DivClassName
{
background-color: #D8882A;
}
.BgClassName
{
background-color: #D8882A;
}
</style>
border-color css
<style>
span { border-color: #D8882A; }
span { border-color: rgb(216,136,42); }
td.TdClassName
{
border-color: #D8882A;
}
.TagClassName
{
border-color: #D8882A;
}
</style>