Shades of Buttercup #D99521
Tints of Buttercup #D99521
RGB
CMYK
RGB Variations
Color information
#D99521 (or 0xD99521) is known color: Buttercup. HEX triplet: D9, 95 and 21. RGB value is (217,149,33). Sum of RGB (Red+Green+Blue) = 217+149+33=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D99521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99521 is #266ADE. Grayscale: #9C9C9C. Windows color (decimal): -2517727 or 2201049. OLE color: 2201049.
HSL color Cylindrical-coordinate representation of color #D99521: hue angle of 37.83º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D99521 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 33 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.15 |
| HSL | 37.83º | 0.74% | 0.49% | - |
| HSV(B) | 37.83º | 0.85% | 0.85% | - |
| XYZ | 39.64 | 36.36 | 6.37 | - |
| YUV | 156.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 33 | 0 | 0.31 | 0.85 | 0.15 | 37.83 | 0.74 | 0.49 |
| Hex | D9 | 95 | 21 | 0 | 1F | 55 | F | 26 | 4A | 31 |
| Octal | 331 | 225 | 41 | 0 | 37 | 125 | 17 | 46 | 112 | 61 |
| Binary | 11011001 | 10010101 | 100001 | 0 | 11111 | 1010101 | 1111 | 100110 | 1001010 | 110001 |
Color Harmonies of #D99521
Complementary color
Monochromatic Colors of #D99521
Black with #D99521
Text Example
Text Example
White with #D99521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99521; }
p { color: rgb(217,149,33); }
H1.HeaderClassName
{
color: #D99521;
}
.AnyTagClassName
{
color: #D99521;
}
</style>
background-color css
<style>
a { background-color: #D99521; }
a { background-color: rgb(217,149,33); }
div.DivClassName
{
background-color: #D99521;
}
.BgClassName
{
background-color: #D99521;
}
</style>
border-color css
<style>
span { border-color: #D99521; }
span { border-color: rgb(217,149,33); }
td.TdClassName
{
border-color: #D99521;
}
.TagClassName
{
border-color: #D99521;
}
</style>