Shades of Buttercup #D99820
Tints of Buttercup #D99820
RGB
CMYK
RGB Variations
Color information
#D99820 (or 0xD99820) is known color: Buttercup. HEX triplet: D9, 98 and 20. RGB value is (217,152,32). Sum of RGB (Red+Green+Blue) = 217+152+32=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D99820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99820 is #2667DF. Grayscale: #9E9E9E. Windows color (decimal): -2516960 or 2136281. OLE color: 2136281.
HSL color Cylindrical-coordinate representation of color #D99820: hue angle of 38.92º 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 #D99820 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 32 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.15 |
| HSL | 38.92º | 0.74% | 0.49% | - |
| HSV(B) | 38.92º | 0.85% | 0.85% | - |
| XYZ | 40.1 | 37.31 | 6.45 | - |
| YUV | 157.76 | 57.03 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 32 | 0 | 0.30 | 0.85 | 0.15 | 38.92 | 0.74 | 0.49 |
| Hex | D9 | 98 | 20 | 0 | 1E | 55 | F | 27 | 4A | 31 |
| Octal | 331 | 230 | 40 | 0 | 36 | 125 | 17 | 47 | 112 | 61 |
| Binary | 11011001 | 10011000 | 100000 | 0 | 11110 | 1010101 | 1111 | 100111 | 1001010 | 110001 |
Color Harmonies of #D99820
Complementary color
Monochromatic Colors of #D99820
Black with #D99820
Text Example
Text Example
White with #D99820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99820; }
p { color: rgb(217,152,32); }
H1.HeaderClassName
{
color: #D99820;
}
.AnyTagClassName
{
color: #D99820;
}
</style>
background-color css
<style>
a { background-color: #D99820; }
a { background-color: rgb(217,152,32); }
div.DivClassName
{
background-color: #D99820;
}
.BgClassName
{
background-color: #D99820;
}
</style>
border-color css
<style>
span { border-color: #D99820; }
span { border-color: rgb(217,152,32); }
td.TdClassName
{
border-color: #D99820;
}
.TagClassName
{
border-color: #D99820;
}
</style>