Shades of Buttercup #D99628
Tints of Buttercup #D99628
RGB
CMYK
RGB Variations
Color information
#D99628 (or 0xD99628) is known color: Buttercup. HEX triplet: D9, 96 and 28. RGB value is (217,150,40). Sum of RGB (Red+Green+Blue) = 217+150+40=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D99628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99628 is #2669D7. Grayscale: #9E9E9E. Windows color (decimal): -2517464 or 2660057. OLE color: 2660057.
HSL color Cylindrical-coordinate representation of color #D99628: hue angle of 37.29º 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 #D99628 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 40 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.15 |
| HSL | 37.29º | 0.7% | 0.5% | - |
| HSV(B) | 37.29º | 0.82% | 0.85% | - |
| XYZ | 39.9 | 36.72 | 6.99 | - |
| YUV | 157.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 40 | 0 | 0.31 | 0.82 | 0.15 | 37.29 | 0.7 | 0.5 |
| Hex | D9 | 96 | 28 | 0 | 1F | 52 | F | 25 | 46 | 32 |
| Octal | 331 | 226 | 50 | 0 | 37 | 122 | 17 | 45 | 106 | 62 |
| Binary | 11011001 | 10010110 | 101000 | 0 | 11111 | 1010010 | 1111 | 100101 | 1000110 | 110010 |
Color Harmonies of #D99628
Complementary color
Monochromatic Colors of #D99628
Black with #D99628
Text Example
Text Example
White with #D99628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99628; }
p { color: rgb(217,150,40); }
H1.HeaderClassName
{
color: #D99628;
}
.AnyTagClassName
{
color: #D99628;
}
</style>
background-color css
<style>
a { background-color: #D99628; }
a { background-color: rgb(217,150,40); }
div.DivClassName
{
background-color: #D99628;
}
.BgClassName
{
background-color: #D99628;
}
</style>
border-color css
<style>
span { border-color: #D99628; }
span { border-color: rgb(217,150,40); }
td.TdClassName
{
border-color: #D99628;
}
.TagClassName
{
border-color: #D99628;
}
</style>