Shades of Buttercup #D49523
Tints of Buttercup #D49523
RGB
CMYK
RGB Variations
Color information
#D49523 (or 0xD49523) is known color: Buttercup. HEX triplet: D4, 95 and 23. RGB value is (212,149,35). Sum of RGB (Red+Green+Blue) = 212+149+35=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D49523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49523 is #2B6ADC. Grayscale: #9B9B9B. Windows color (decimal): -2845405 or 2332116. OLE color: 2332116.
HSL color Cylindrical-coordinate representation of color #D49523: hue angle of 38.64º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D49523 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 35 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.17 |
| HSL | 38.64º | 0.72% | 0.48% | - |
| HSV(B) | 38.64º | 0.83% | 0.83% | - |
| XYZ | 38.2 | 35.61 | 6.45 | - |
| YUV | 154.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 35 | 0 | 0.30 | 0.83 | 0.17 | 38.64 | 0.72 | 0.48 |
| Hex | D4 | 95 | 23 | 0 | 1E | 53 | 11 | 27 | 48 | 30 |
| Octal | 324 | 225 | 43 | 0 | 36 | 123 | 21 | 47 | 110 | 60 |
| Binary | 11010100 | 10010101 | 100011 | 0 | 11110 | 1010011 | 10001 | 100111 | 1001000 | 110000 |
Color Harmonies of #D49523
Complementary color
Monochromatic Colors of #D49523
Black with #D49523
Text Example
Text Example
White with #D49523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49523; }
p { color: rgb(212,149,35); }
H1.HeaderClassName
{
color: #D49523;
}
.AnyTagClassName
{
color: #D49523;
}
</style>
background-color css
<style>
a { background-color: #D49523; }
a { background-color: rgb(212,149,35); }
div.DivClassName
{
background-color: #D49523;
}
.BgClassName
{
background-color: #D49523;
}
</style>
border-color css
<style>
span { border-color: #D49523; }
span { border-color: rgb(212,149,35); }
td.TdClassName
{
border-color: #D49523;
}
.TagClassName
{
border-color: #D49523;
}
</style>