Shades of Buttercup #D49621
Tints of Buttercup #D49621
RGB
CMYK
RGB Variations
Color information
#D49621 (or 0xD49621) is known color: Buttercup. HEX triplet: D4, 96 and 21. RGB value is (212,150,33). Sum of RGB (Red+Green+Blue) = 212+150+33=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D49621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49621 is #2B69DE. Grayscale: #9B9B9B. Windows color (decimal): -2845151 or 2201300. OLE color: 2201300.
HSL color Cylindrical-coordinate representation of color #D49621: hue angle of 39.22º 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 #D49621 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.17 |
| HSL | 39.22º | 0.73% | 0.48% | - |
| HSV(B) | 39.22º | 0.84% | 0.83% | - |
| XYZ | 38.33 | 35.92 | 6.35 | - |
| YUV | 155.2 | 59.04 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 33 | 0 | 0.29 | 0.84 | 0.17 | 39.22 | 0.73 | 0.48 |
| Hex | D4 | 96 | 21 | 0 | 1D | 54 | 11 | 27 | 49 | 30 |
| Octal | 324 | 226 | 41 | 0 | 35 | 124 | 21 | 47 | 111 | 60 |
| Binary | 11010100 | 10010110 | 100001 | 0 | 11101 | 1010100 | 10001 | 100111 | 1001001 | 110000 |
Color Harmonies of #D49621
Complementary color
Monochromatic Colors of #D49621
Black with #D49621
Text Example
Text Example
White with #D49621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49621; }
p { color: rgb(212,150,33); }
H1.HeaderClassName
{
color: #D49621;
}
.AnyTagClassName
{
color: #D49621;
}
</style>
background-color css
<style>
a { background-color: #D49621; }
a { background-color: rgb(212,150,33); }
div.DivClassName
{
background-color: #D49621;
}
.BgClassName
{
background-color: #D49621;
}
</style>
border-color css
<style>
span { border-color: #D49621; }
span { border-color: rgb(212,150,33); }
td.TdClassName
{
border-color: #D49621;
}
.TagClassName
{
border-color: #D49621;
}
</style>