Shades of Buttercup #D89520
Tints of Buttercup #D89520
RGB
CMYK
RGB Variations
Color information
#D89520 (or 0xD89520) is known color: Buttercup. HEX triplet: D8, 95 and 20. RGB value is (216,149,32). Sum of RGB (Red+Green+Blue) = 216+149+32=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D89520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89520 is #276ADF. Grayscale: #9C9C9C. Windows color (decimal): -2583264 or 2135512. OLE color: 2135512.
HSL color Cylindrical-coordinate representation of color #D89520: hue angle of 38.15º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D89520 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 32 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.15 |
| HSL | 38.15º | 0.74% | 0.49% | - |
| HSV(B) | 38.15º | 0.85% | 0.85% | - |
| XYZ | 39.33 | 36.2 | 6.28 | - |
| YUV | 155.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 32 | 0 | 0.31 | 0.85 | 0.15 | 38.15 | 0.74 | 0.49 |
| Hex | D8 | 95 | 20 | 0 | 1F | 55 | F | 26 | 4A | 31 |
| Octal | 330 | 225 | 40 | 0 | 37 | 125 | 17 | 46 | 112 | 61 |
| Binary | 11011000 | 10010101 | 100000 | 0 | 11111 | 1010101 | 1111 | 100110 | 1001010 | 110001 |
Color Harmonies of #D89520
Complementary color
Monochromatic Colors of #D89520
Black with #D89520
Text Example
Text Example
White with #D89520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89520; }
p { color: rgb(216,149,32); }
H1.HeaderClassName
{
color: #D89520;
}
.AnyTagClassName
{
color: #D89520;
}
</style>
background-color css
<style>
a { background-color: #D89520; }
a { background-color: rgb(216,149,32); }
div.DivClassName
{
background-color: #D89520;
}
.BgClassName
{
background-color: #D89520;
}
</style>
border-color css
<style>
span { border-color: #D89520; }
span { border-color: rgb(216,149,32); }
td.TdClassName
{
border-color: #D89520;
}
.TagClassName
{
border-color: #D89520;
}
</style>