Shades of Buttercup #D88D25
Tints of Buttercup #D88D25
RGB
CMYK
RGB Variations
Color information
#D88D25 (or 0xD88D25) is known color: Buttercup. HEX triplet: D8, 8D and 25. RGB value is (216,141,37). Sum of RGB (Red+Green+Blue) = 216+141+37=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D25 is #2772DA. Grayscale: #989898. Windows color (decimal): -2585307 or 2461144. OLE color: 2461144.
HSL color Cylindrical-coordinate representation of color #D88D25: hue angle of 34.86º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D88D25 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 37 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.15 |
| HSL | 34.86º | 0.71% | 0.5% | - |
| HSV(B) | 34.86º | 0.83% | 0.85% | - |
| XYZ | 38.18 | 33.78 | 6.26 | - |
| YUV | 151.57 | 63.35 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 37 | 0 | 0.35 | 0.83 | 0.15 | 34.86 | 0.71 | 0.5 |
| Hex | D8 | 8D | 25 | 0 | 23 | 53 | F | 23 | 47 | 32 |
| Octal | 330 | 215 | 45 | 0 | 43 | 123 | 17 | 43 | 107 | 62 |
| Binary | 11011000 | 10001101 | 100101 | 0 | 100011 | 1010011 | 1111 | 100011 | 1000111 | 110010 |
Color Harmonies of #D88D25
Complementary color
Monochromatic Colors of #D88D25
Black with #D88D25
Text Example
Text Example
White with #D88D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88D25; }
p { color: rgb(216,141,37); }
H1.HeaderClassName
{
color: #D88D25;
}
.AnyTagClassName
{
color: #D88D25;
}
</style>
background-color css
<style>
a { background-color: #D88D25; }
a { background-color: rgb(216,141,37); }
div.DivClassName
{
background-color: #D88D25;
}
.BgClassName
{
background-color: #D88D25;
}
</style>
border-color css
<style>
span { border-color: #D88D25; }
span { border-color: rgb(216,141,37); }
td.TdClassName
{
border-color: #D88D25;
}
.TagClassName
{
border-color: #D88D25;
}
</style>