Shades of Buttercup #D49326
Tints of Buttercup #D49326
RGB
CMYK
RGB Variations
Color information
#D49326 (or 0xD49326) is known color: Buttercup. HEX triplet: D4, 93 and 26. RGB value is (212,147,38). Sum of RGB (Red+Green+Blue) = 212+147+38=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D49326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49326 is #2B6CD9. Grayscale: #9A9A9A. Windows color (decimal): -2845914 or 2528212. OLE color: 2528212.
HSL color Cylindrical-coordinate representation of color #D49326: hue angle of 37.59º 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 #D49326 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 38 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.17 |
| HSL | 37.59º | 0.7% | 0.49% | - |
| HSV(B) | 37.59º | 0.82% | 0.83% | - |
| XYZ | 37.93 | 35 | 6.59 | - |
| YUV | 154.01 | 62.53 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 38 | 0 | 0.31 | 0.82 | 0.17 | 37.59 | 0.7 | 0.49 |
| Hex | D4 | 93 | 26 | 0 | 1F | 52 | 11 | 26 | 46 | 31 |
| Octal | 324 | 223 | 46 | 0 | 37 | 122 | 21 | 46 | 106 | 61 |
| Binary | 11010100 | 10010011 | 100110 | 0 | 11111 | 1010010 | 10001 | 100110 | 1000110 | 110001 |
Color Harmonies of #D49326
Complementary color
Monochromatic Colors of #D49326
Black with #D49326
Text Example
Text Example
White with #D49326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49326; }
p { color: rgb(212,147,38); }
H1.HeaderClassName
{
color: #D49326;
}
.AnyTagClassName
{
color: #D49326;
}
</style>
background-color css
<style>
a { background-color: #D49326; }
a { background-color: rgb(212,147,38); }
div.DivClassName
{
background-color: #D49326;
}
.BgClassName
{
background-color: #D49326;
}
</style>
border-color css
<style>
span { border-color: #D49326; }
span { border-color: rgb(212,147,38); }
td.TdClassName
{
border-color: #D49326;
}
.TagClassName
{
border-color: #D49326;
}
</style>