Shades of Buttercup #D8902E
Tints of Buttercup #D8902E
RGB
CMYK
RGB Variations
Color information
#D8902E (or 0xD8902E) is known color: Buttercup. HEX triplet: D8, 90 and 2E. RGB value is (216,144,46). Sum of RGB (Red+Green+Blue) = 216+144+46=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8902E is #276FD1. Grayscale: #9A9A9A. Windows color (decimal): -2584530 or 3051736. OLE color: 3051736.
HSL color Cylindrical-coordinate representation of color #D8902E: hue angle of 34.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8902E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 46 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.15 |
| HSL | 34.59º | 0.69% | 0.51% | - |
| HSV(B) | 34.59º | 0.79% | 0.85% | - |
| XYZ | 38.79 | 34.74 | 7.25 | - |
| YUV | 154.36 | 66.85 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 46 | 0 | 0.33 | 0.79 | 0.15 | 34.59 | 0.69 | 0.51 |
| Hex | D8 | 90 | 2E | 0 | 21 | 4F | F | 23 | 45 | 33 |
| Octal | 330 | 220 | 56 | 0 | 41 | 117 | 17 | 43 | 105 | 63 |
| Binary | 11011000 | 10010000 | 101110 | 0 | 100001 | 1001111 | 1111 | 100011 | 1000101 | 110011 |
Color Harmonies of #D8902E
Complementary color
Monochromatic Colors of #D8902E
Black with #D8902E
Text Example
Text Example
White with #D8902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8902E; }
p { color: rgb(216,144,46); }
H1.HeaderClassName
{
color: #D8902E;
}
.AnyTagClassName
{
color: #D8902E;
}
</style>
background-color css
<style>
a { background-color: #D8902E; }
a { background-color: rgb(216,144,46); }
div.DivClassName
{
background-color: #D8902E;
}
.BgClassName
{
background-color: #D8902E;
}
</style>
border-color css
<style>
span { border-color: #D8902E; }
span { border-color: rgb(216,144,46); }
td.TdClassName
{
border-color: #D8902E;
}
.TagClassName
{
border-color: #D8902E;
}
</style>