Shades of Buttercup #D99524
Tints of Buttercup #D99524
RGB
CMYK
RGB Variations
Color information
#D99524 (or 0xD99524) is known color: Buttercup. HEX triplet: D9, 95 and 24. RGB value is (217,149,36). Sum of RGB (Red+Green+Blue) = 217+149+36=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D99524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99524 is #266ADB. Grayscale: #9C9C9C. Windows color (decimal): -2517724 or 2397657. OLE color: 2397657.
HSL color Cylindrical-coordinate representation of color #D99524: hue angle of 37.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D99524 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 36 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.15 |
| HSL | 37.46º | 0.72% | 0.5% | - |
| HSV(B) | 37.46º | 0.83% | 0.85% | - |
| XYZ | 39.68 | 36.37 | 6.6 | - |
| YUV | 156.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 36 | 0 | 0.31 | 0.83 | 0.15 | 37.46 | 0.72 | 0.5 |
| Hex | D9 | 95 | 24 | 0 | 1F | 53 | F | 25 | 48 | 32 |
| Octal | 331 | 225 | 44 | 0 | 37 | 123 | 17 | 45 | 110 | 62 |
| Binary | 11011001 | 10010101 | 100100 | 0 | 11111 | 1010011 | 1111 | 100101 | 1001000 | 110010 |
Color Harmonies of #D99524
Complementary color
Monochromatic Colors of #D99524
Black with #D99524
Text Example
Text Example
White with #D99524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99524; }
p { color: rgb(217,149,36); }
H1.HeaderClassName
{
color: #D99524;
}
.AnyTagClassName
{
color: #D99524;
}
</style>
background-color css
<style>
a { background-color: #D99524; }
a { background-color: rgb(217,149,36); }
div.DivClassName
{
background-color: #D99524;
}
.BgClassName
{
background-color: #D99524;
}
</style>
border-color css
<style>
span { border-color: #D99524; }
span { border-color: rgb(217,149,36); }
td.TdClassName
{
border-color: #D99524;
}
.TagClassName
{
border-color: #D99524;
}
</style>