Shades of Buttercup #D89526
Tints of Buttercup #D89526
RGB
CMYK
RGB Variations
Color information
#D89526 (or 0xD89526) is known color: Buttercup. HEX triplet: D8, 95 and 26. RGB value is (216,149,38). Sum of RGB (Red+Green+Blue) = 216+149+38=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D89526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89526 is #276AD9. Grayscale: #9C9C9C. Windows color (decimal): -2583258 or 2528728. OLE color: 2528728.
HSL color Cylindrical-coordinate representation of color #D89526: hue angle of 37.42º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D89526 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 38 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.15 |
| HSL | 37.42º | 0.7% | 0.5% | - |
| HSV(B) | 37.42º | 0.82% | 0.85% | - |
| XYZ | 39.42 | 36.23 | 6.75 | - |
| YUV | 156.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 38 | 0 | 0.31 | 0.82 | 0.15 | 37.42 | 0.7 | 0.5 |
| Hex | D8 | 95 | 26 | 0 | 1F | 52 | F | 25 | 46 | 32 |
| Octal | 330 | 225 | 46 | 0 | 37 | 122 | 17 | 45 | 106 | 62 |
| Binary | 11011000 | 10010101 | 100110 | 0 | 11111 | 1010010 | 1111 | 100101 | 1000110 | 110010 |
Color Harmonies of #D89526
Complementary color
Monochromatic Colors of #D89526
Black with #D89526
Text Example
Text Example
White with #D89526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89526; }
p { color: rgb(216,149,38); }
H1.HeaderClassName
{
color: #D89526;
}
.AnyTagClassName
{
color: #D89526;
}
</style>
background-color css
<style>
a { background-color: #D89526; }
a { background-color: rgb(216,149,38); }
div.DivClassName
{
background-color: #D89526;
}
.BgClassName
{
background-color: #D89526;
}
</style>
border-color css
<style>
span { border-color: #D89526; }
span { border-color: rgb(216,149,38); }
td.TdClassName
{
border-color: #D89526;
}
.TagClassName
{
border-color: #D89526;
}
</style>