Shades of Buttercup #D89225
Tints of Buttercup #D89225
RGB
CMYK
RGB Variations
Color information
#D89225 (or 0xD89225) is known color: Buttercup. HEX triplet: D8, 92 and 25. RGB value is (216,146,37). Sum of RGB (Red+Green+Blue) = 216+146+37=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D89225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89225 is #276DDA. Grayscale: #9B9B9B. Windows color (decimal): -2584027 or 2462424. OLE color: 2462424.
HSL color Cylindrical-coordinate representation of color #D89225: hue angle of 36.54º 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 #D89225 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 37 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.15 |
| HSL | 36.54º | 0.71% | 0.5% | - |
| HSV(B) | 36.54º | 0.83% | 0.85% | - |
| XYZ | 38.93 | 35.29 | 6.51 | - |
| YUV | 154.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 37 | 0 | 0.32 | 0.83 | 0.15 | 36.54 | 0.71 | 0.5 |
| Hex | D8 | 92 | 25 | 0 | 20 | 53 | F | 25 | 47 | 32 |
| Octal | 330 | 222 | 45 | 0 | 40 | 123 | 17 | 45 | 107 | 62 |
| Binary | 11011000 | 10010010 | 100101 | 0 | 100000 | 1010011 | 1111 | 100101 | 1000111 | 110010 |
Color Harmonies of #D89225
Complementary color
Monochromatic Colors of #D89225
Black with #D89225
Text Example
Text Example
White with #D89225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89225; }
p { color: rgb(216,146,37); }
H1.HeaderClassName
{
color: #D89225;
}
.AnyTagClassName
{
color: #D89225;
}
</style>
background-color css
<style>
a { background-color: #D89225; }
a { background-color: rgb(216,146,37); }
div.DivClassName
{
background-color: #D89225;
}
.BgClassName
{
background-color: #D89225;
}
</style>
border-color css
<style>
span { border-color: #D89225; }
span { border-color: rgb(216,146,37); }
td.TdClassName
{
border-color: #D89225;
}
.TagClassName
{
border-color: #D89225;
}
</style>