Shades of Buttercup #D89125
Tints of Buttercup #D89125
RGB
CMYK
RGB Variations
Color information
#D89125 (or 0xD89125) is known color: Buttercup. HEX triplet: D8, 91 and 25. RGB value is (216,145,37). Sum of RGB (Red+Green+Blue) = 216+145+37=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D89125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89125 is #276EDA. Grayscale: #9A9A9A. Windows color (decimal): -2584283 or 2462168. OLE color: 2462168.
HSL color Cylindrical-coordinate representation of color #D89125: hue angle of 36.2º 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 #D89125 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 37 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.15 |
| HSL | 36.2º | 0.71% | 0.5% | - |
| HSV(B) | 36.2º | 0.83% | 0.85% | - |
| XYZ | 38.78 | 34.98 | 6.46 | - |
| YUV | 153.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 37 | 0 | 0.33 | 0.83 | 0.15 | 36.2 | 0.71 | 0.5 |
| Hex | D8 | 91 | 25 | 0 | 21 | 53 | F | 24 | 47 | 32 |
| Octal | 330 | 221 | 45 | 0 | 41 | 123 | 17 | 44 | 107 | 62 |
| Binary | 11011000 | 10010001 | 100101 | 0 | 100001 | 1010011 | 1111 | 100100 | 1000111 | 110010 |
Color Harmonies of #D89125
Complementary color
Monochromatic Colors of #D89125
Black with #D89125
Text Example
Text Example
White with #D89125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89125; }
p { color: rgb(216,145,37); }
H1.HeaderClassName
{
color: #D89125;
}
.AnyTagClassName
{
color: #D89125;
}
</style>
background-color css
<style>
a { background-color: #D89125; }
a { background-color: rgb(216,145,37); }
div.DivClassName
{
background-color: #D89125;
}
.BgClassName
{
background-color: #D89125;
}
</style>
border-color css
<style>
span { border-color: #D89125; }
span { border-color: rgb(216,145,37); }
td.TdClassName
{
border-color: #D89125;
}
.TagClassName
{
border-color: #D89125;
}
</style>