Shades of Buttercup #D99625
Tints of Buttercup #D99625
RGB
CMYK
RGB Variations
Color information
#D99625 (or 0xD99625) is known color: Buttercup. HEX triplet: D9, 96 and 25. RGB value is (217,150,37). Sum of RGB (Red+Green+Blue) = 217+150+37=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D99625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99625 is #2669DA. Grayscale: #9D9D9D. Windows color (decimal): -2517467 or 2463449. OLE color: 2463449.
HSL color Cylindrical-coordinate representation of color #D99625: hue angle of 37.67º 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 #D99625 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 37 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.15 |
| HSL | 37.67º | 0.71% | 0.5% | - |
| HSV(B) | 37.67º | 0.83% | 0.85% | - |
| XYZ | 39.86 | 36.7 | 6.73 | - |
| YUV | 157.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 37 | 0 | 0.31 | 0.83 | 0.15 | 37.67 | 0.71 | 0.5 |
| Hex | D9 | 96 | 25 | 0 | 1F | 53 | F | 26 | 47 | 32 |
| Octal | 331 | 226 | 45 | 0 | 37 | 123 | 17 | 46 | 107 | 62 |
| Binary | 11011001 | 10010110 | 100101 | 0 | 11111 | 1010011 | 1111 | 100110 | 1000111 | 110010 |
Color Harmonies of #D99625
Complementary color
Monochromatic Colors of #D99625
Black with #D99625
Text Example
Text Example
White with #D99625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99625; }
p { color: rgb(217,150,37); }
H1.HeaderClassName
{
color: #D99625;
}
.AnyTagClassName
{
color: #D99625;
}
</style>
background-color css
<style>
a { background-color: #D99625; }
a { background-color: rgb(217,150,37); }
div.DivClassName
{
background-color: #D99625;
}
.BgClassName
{
background-color: #D99625;
}
</style>
border-color css
<style>
span { border-color: #D99625; }
span { border-color: rgb(217,150,37); }
td.TdClassName
{
border-color: #D99625;
}
.TagClassName
{
border-color: #D99625;
}
</style>