Shades of Buttercup #D49526
Tints of Buttercup #D49526
RGB
CMYK
RGB Variations
Color information
#D49526 (or 0xD49526) is known color: Buttercup. HEX triplet: D4, 95 and 26. RGB value is (212,149,38). Sum of RGB (Red+Green+Blue) = 212+149+38=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D49526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49526 is #2B6AD9. Grayscale: #9B9B9B. Windows color (decimal): -2845402 or 2528724. OLE color: 2528724.
HSL color Cylindrical-coordinate representation of color #D49526: hue angle of 38.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D49526 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 38 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.17 |
| HSL | 38.28º | 0.7% | 0.49% | - |
| HSV(B) | 38.28º | 0.82% | 0.83% | - |
| XYZ | 38.25 | 35.63 | 6.7 | - |
| YUV | 155.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 38 | 0 | 0.30 | 0.82 | 0.17 | 38.28 | 0.7 | 0.49 |
| Hex | D4 | 95 | 26 | 0 | 1E | 52 | 11 | 26 | 46 | 31 |
| Octal | 324 | 225 | 46 | 0 | 36 | 122 | 21 | 46 | 106 | 61 |
| Binary | 11010100 | 10010101 | 100110 | 0 | 11110 | 1010010 | 10001 | 100110 | 1000110 | 110001 |
Color Harmonies of #D49526
Complementary color
Monochromatic Colors of #D49526
Black with #D49526
Text Example
Text Example
White with #D49526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49526; }
p { color: rgb(212,149,38); }
H1.HeaderClassName
{
color: #D49526;
}
.AnyTagClassName
{
color: #D49526;
}
</style>
background-color css
<style>
a { background-color: #D49526; }
a { background-color: rgb(212,149,38); }
div.DivClassName
{
background-color: #D49526;
}
.BgClassName
{
background-color: #D49526;
}
</style>
border-color css
<style>
span { border-color: #D49526; }
span { border-color: rgb(212,149,38); }
td.TdClassName
{
border-color: #D49526;
}
.TagClassName
{
border-color: #D49526;
}
</style>