Shades of Buttercup #D99420
Tints of Buttercup #D99420
RGB
CMYK
RGB Variations
Color information
#D99420 (or 0xD99420) is known color: Buttercup. HEX triplet: D9, 94 and 20. RGB value is (217,148,32). Sum of RGB (Red+Green+Blue) = 217+148+32=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D99420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99420 is #266BDF. Grayscale: #9B9B9B. Windows color (decimal): -2517984 or 2135257. OLE color: 2135257.
HSL color Cylindrical-coordinate representation of color #D99420: hue angle of 37.62º 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 #D99420 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 32 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.15 |
| HSL | 37.62º | 0.74% | 0.49% | - |
| HSV(B) | 37.62º | 0.85% | 0.85% | - |
| XYZ | 39.47 | 36.04 | 6.24 | - |
| YUV | 155.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 32 | 0 | 0.32 | 0.85 | 0.15 | 37.62 | 0.74 | 0.49 |
| Hex | D9 | 94 | 20 | 0 | 20 | 55 | F | 26 | 4A | 31 |
| Octal | 331 | 224 | 40 | 0 | 40 | 125 | 17 | 46 | 112 | 61 |
| Binary | 11011001 | 10010100 | 100000 | 0 | 100000 | 1010101 | 1111 | 100110 | 1001010 | 110001 |
Color Harmonies of #D99420
Complementary color
Monochromatic Colors of #D99420
Black with #D99420
Text Example
Text Example
White with #D99420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99420; }
p { color: rgb(217,148,32); }
H1.HeaderClassName
{
color: #D99420;
}
.AnyTagClassName
{
color: #D99420;
}
</style>
background-color css
<style>
a { background-color: #D99420; }
a { background-color: rgb(217,148,32); }
div.DivClassName
{
background-color: #D99420;
}
.BgClassName
{
background-color: #D99420;
}
</style>
border-color css
<style>
span { border-color: #D99420; }
span { border-color: rgb(217,148,32); }
td.TdClassName
{
border-color: #D99420;
}
.TagClassName
{
border-color: #D99420;
}
</style>