Shades of Buttercup #D99520
Tints of Buttercup #D99520
RGB
CMYK
RGB Variations
Color information
#D99520 (or 0xD99520) is known color: Buttercup. HEX triplet: D9, 95 and 20. RGB value is (217,149,32). Sum of RGB (Red+Green+Blue) = 217+149+32=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D99520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99520 is #266ADF. Grayscale: #9C9C9C. Windows color (decimal): -2517728 or 2135513. OLE color: 2135513.
HSL color Cylindrical-coordinate representation of color #D99520: hue angle of 37.95º 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 #D99520 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 32 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.15 |
| HSL | 37.95º | 0.74% | 0.49% | - |
| HSV(B) | 37.95º | 0.85% | 0.85% | - |
| XYZ | 39.62 | 36.35 | 6.29 | - |
| YUV | 155.99 | 58.03 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 32 | 0 | 0.31 | 0.85 | 0.15 | 37.95 | 0.74 | 0.49 |
| Hex | D9 | 95 | 20 | 0 | 1F | 55 | F | 26 | 4A | 31 |
| Octal | 331 | 225 | 40 | 0 | 37 | 125 | 17 | 46 | 112 | 61 |
| Binary | 11011001 | 10010101 | 100000 | 0 | 11111 | 1010101 | 1111 | 100110 | 1001010 | 110001 |
Color Harmonies of #D99520
Complementary color
Monochromatic Colors of #D99520
Black with #D99520
Text Example
Text Example
White with #D99520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99520; }
p { color: rgb(217,149,32); }
H1.HeaderClassName
{
color: #D99520;
}
.AnyTagClassName
{
color: #D99520;
}
</style>
background-color css
<style>
a { background-color: #D99520; }
a { background-color: rgb(217,149,32); }
div.DivClassName
{
background-color: #D99520;
}
.BgClassName
{
background-color: #D99520;
}
</style>
border-color css
<style>
span { border-color: #D99520; }
span { border-color: rgb(217,149,32); }
td.TdClassName
{
border-color: #D99520;
}
.TagClassName
{
border-color: #D99520;
}
</style>