Shades of Buttercup #D89A1F
Tints of Buttercup #D89A1F
RGB
CMYK
RGB Variations
Color information
#D89A1F (or 0xD89A1F) is known color: Buttercup. HEX triplet: D8, 9A and 1F. RGB value is (216,154,31). Sum of RGB (Red+Green+Blue) = 216+154+31=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89A1F is #2765E0. Grayscale: #9F9F9F. Windows color (decimal): -2581985 or 2071256. OLE color: 2071256.
HSL color Cylindrical-coordinate representation of color #D89A1F: hue angle of 39.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D89A1F is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 31 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.15 |
| HSL | 39.89º | 0.75% | 0.48% | - |
| HSV(B) | 39.89º | 0.86% | 0.85% | - |
| XYZ | 40.12 | 37.81 | 6.48 | - |
| YUV | 158.52 | 56.04 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 31 | 0 | 0.29 | 0.86 | 0.15 | 39.89 | 0.75 | 0.48 |
| Hex | D8 | 9A | 1F | 0 | 1D | 56 | F | 28 | 4B | 30 |
| Octal | 330 | 232 | 37 | 0 | 35 | 126 | 17 | 50 | 113 | 60 |
| Binary | 11011000 | 10011010 | 11111 | 0 | 11101 | 1010110 | 1111 | 101000 | 1001011 | 110000 |
Color Harmonies of #D89A1F
Complementary color
Monochromatic Colors of #D89A1F
Black with #D89A1F
Text Example
Text Example
White with #D89A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A1F; }
p { color: rgb(216,154,31); }
H1.HeaderClassName
{
color: #D89A1F;
}
.AnyTagClassName
{
color: #D89A1F;
}
</style>
background-color css
<style>
a { background-color: #D89A1F; }
a { background-color: rgb(216,154,31); }
div.DivClassName
{
background-color: #D89A1F;
}
.BgClassName
{
background-color: #D89A1F;
}
</style>
border-color css
<style>
span { border-color: #D89A1F; }
span { border-color: rgb(216,154,31); }
td.TdClassName
{
border-color: #D89A1F;
}
.TagClassName
{
border-color: #D89A1F;
}
</style>