Shades of Buttercup #D49321
Tints of Buttercup #D49321
RGB
CMYK
RGB Variations
Color information
#D49321 (or 0xD49321) is known color: Buttercup. HEX triplet: D4, 93 and 21. RGB value is (212,147,33). Sum of RGB (Red+Green+Blue) = 212+147+33=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D49321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49321 is #2B6CDE. Grayscale: #999999. Windows color (decimal): -2845919 or 2200532. OLE color: 2200532.
HSL color Cylindrical-coordinate representation of color #D49321: hue angle of 38.21º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D49321 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 33 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.17 |
| HSL | 38.21º | 0.73% | 0.48% | - |
| HSV(B) | 38.21º | 0.84% | 0.83% | - |
| XYZ | 37.86 | 34.97 | 6.19 | - |
| YUV | 153.44 | 60.03 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 33 | 0 | 0.31 | 0.84 | 0.17 | 38.21 | 0.73 | 0.48 |
| Hex | D4 | 93 | 21 | 0 | 1F | 54 | 11 | 26 | 49 | 30 |
| Octal | 324 | 223 | 41 | 0 | 37 | 124 | 21 | 46 | 111 | 60 |
| Binary | 11010100 | 10010011 | 100001 | 0 | 11111 | 1010100 | 10001 | 100110 | 1001001 | 110000 |
Color Harmonies of #D49321
Complementary color
Monochromatic Colors of #D49321
Black with #D49321
Text Example
Text Example
White with #D49321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49321; }
p { color: rgb(212,147,33); }
H1.HeaderClassName
{
color: #D49321;
}
.AnyTagClassName
{
color: #D49321;
}
</style>
background-color css
<style>
a { background-color: #D49321; }
a { background-color: rgb(212,147,33); }
div.DivClassName
{
background-color: #D49321;
}
.BgClassName
{
background-color: #D49321;
}
</style>
border-color css
<style>
span { border-color: #D49321; }
span { border-color: rgb(212,147,33); }
td.TdClassName
{
border-color: #D49321;
}
.TagClassName
{
border-color: #D49321;
}
</style>