Shades of Buttercup #D99426
Tints of Buttercup #D99426
RGB
CMYK
RGB Variations
Color information
#D99426 (or 0xD99426) is known color: Buttercup. HEX triplet: D9, 94 and 26. RGB value is (217,148,38). Sum of RGB (Red+Green+Blue) = 217+148+38=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D99426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99426 is #266BD9. Grayscale: #9C9C9C. Windows color (decimal): -2517978 or 2528473. OLE color: 2528473.
HSL color Cylindrical-coordinate representation of color #D99426: hue angle of 36.87º 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 #D99426 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 38 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.15 |
| HSL | 36.87º | 0.7% | 0.5% | - |
| HSV(B) | 36.87º | 0.82% | 0.85% | - |
| XYZ | 39.56 | 36.07 | 6.71 | - |
| YUV | 156.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 38 | 0 | 0.32 | 0.82 | 0.15 | 36.87 | 0.7 | 0.5 |
| Hex | D9 | 94 | 26 | 0 | 20 | 52 | F | 25 | 46 | 32 |
| Octal | 331 | 224 | 46 | 0 | 40 | 122 | 17 | 45 | 106 | 62 |
| Binary | 11011001 | 10010100 | 100110 | 0 | 100000 | 1010010 | 1111 | 100101 | 1000110 | 110010 |
Color Harmonies of #D99426
Complementary color
Monochromatic Colors of #D99426
Black with #D99426
Text Example
Text Example
White with #D99426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99426; }
p { color: rgb(217,148,38); }
H1.HeaderClassName
{
color: #D99426;
}
.AnyTagClassName
{
color: #D99426;
}
</style>
background-color css
<style>
a { background-color: #D99426; }
a { background-color: rgb(217,148,38); }
div.DivClassName
{
background-color: #D99426;
}
.BgClassName
{
background-color: #D99426;
}
</style>
border-color css
<style>
span { border-color: #D99426; }
span { border-color: rgb(217,148,38); }
td.TdClassName
{
border-color: #D99426;
}
.TagClassName
{
border-color: #D99426;
}
</style>