Shades of Buttercup #D89B32
Tints of Buttercup #D89B32
RGB
CMYK
RGB Variations
Color information
#D89B32 (or 0xD89B32) is known color: Buttercup. HEX triplet: D8, 9B and 32. RGB value is (216,155,50). Sum of RGB (Red+Green+Blue) = 216+155+50=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89B32 is #2764CD. Grayscale: #A1A1A1. Windows color (decimal): -2581710 or 3316696. OLE color: 3316696.
HSL color Cylindrical-coordinate representation of color #D89B32: hue angle of 37.95º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D89B32 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 50 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.15 |
| HSL | 37.95º | 0.68% | 0.52% | - |
| HSV(B) | 37.95º | 0.77% | 0.85% | - |
| XYZ | 40.62 | 38.27 | 8.26 | - |
| YUV | 161.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 50 | 0 | 0.28 | 0.77 | 0.15 | 37.95 | 0.68 | 0.52 |
| Hex | D8 | 9B | 32 | 0 | 1C | 4D | F | 26 | 44 | 34 |
| Octal | 330 | 233 | 62 | 0 | 34 | 115 | 17 | 46 | 104 | 64 |
| Binary | 11011000 | 10011011 | 110010 | 0 | 11100 | 1001101 | 1111 | 100110 | 1000100 | 110100 |
Color Harmonies of #D89B32
Complementary color
Monochromatic Colors of #D89B32
Black with #D89B32
Text Example
Text Example
White with #D89B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B32; }
p { color: rgb(216,155,50); }
H1.HeaderClassName
{
color: #D89B32;
}
.AnyTagClassName
{
color: #D89B32;
}
</style>
background-color css
<style>
a { background-color: #D89B32; }
a { background-color: rgb(216,155,50); }
div.DivClassName
{
background-color: #D89B32;
}
.BgClassName
{
background-color: #D89B32;
}
</style>
border-color css
<style>
span { border-color: #D89B32; }
span { border-color: rgb(216,155,50); }
td.TdClassName
{
border-color: #D89B32;
}
.TagClassName
{
border-color: #D89B32;
}
</style>