Shades of Buttercup #D88815
Tints of Buttercup #D88815
RGB
CMYK
RGB Variations
Color information
#D88815 (or 0xD88815) is known color: Buttercup. HEX triplet: D8, 88 and 15. RGB value is (216,136,21). Sum of RGB (Red+Green+Blue) = 216+136+21=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D88815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88815 is #2777EA. Grayscale: #939393. Windows color (decimal): -2586603 or 1411288. OLE color: 1411288.
HSL color Cylindrical-coordinate representation of color #D88815: hue angle of 35.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88815 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.15 |
| HSL | 35.38º | 0.82% | 0.46% | - |
| HSV(B) | 35.38º | 0.9% | 0.85% | - |
| XYZ | 37.26 | 32.26 | 4.97 | - |
| YUV | 146.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 21 | 0 | 0.37 | 0.90 | 0.15 | 35.38 | 0.82 | 0.46 |
| Hex | D8 | 88 | 15 | 0 | 25 | 5A | F | 23 | 52 | 2E |
| Octal | 330 | 210 | 25 | 0 | 45 | 132 | 17 | 43 | 122 | 56 |
| Binary | 11011000 | 10001000 | 10101 | 0 | 100101 | 1011010 | 1111 | 100011 | 1010010 | 101110 |
Color Harmonies of #D88815
Complementary color
Monochromatic Colors of #D88815
Black with #D88815
Text Example
Text Example
White with #D88815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88815; }
p { color: rgb(216,136,21); }
H1.HeaderClassName
{
color: #D88815;
}
.AnyTagClassName
{
color: #D88815;
}
</style>
background-color css
<style>
a { background-color: #D88815; }
a { background-color: rgb(216,136,21); }
div.DivClassName
{
background-color: #D88815;
}
.BgClassName
{
background-color: #D88815;
}
</style>
border-color css
<style>
span { border-color: #D88815; }
span { border-color: rgb(216,136,21); }
td.TdClassName
{
border-color: #D88815;
}
.TagClassName
{
border-color: #D88815;
}
</style>