Shades of Buttercup #D39521
Tints of Buttercup #D39521
RGB
CMYK
RGB Variations
Color information
#D39521 (or 0xD39521) is known color: Buttercup. HEX triplet: D3, 95 and 21. RGB value is (211,149,33). Sum of RGB (Red+Green+Blue) = 211+149+33=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D39521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39521 is #2C6ADE. Grayscale: #9A9A9A. Windows color (decimal): -2910943 or 2201043. OLE color: 2201043.
HSL color Cylindrical-coordinate representation of color #D39521: hue angle of 39.1º 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 #D39521 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 33 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.17 |
| HSL | 39.1º | 0.73% | 0.48% | - |
| HSV(B) | 39.1º | 0.84% | 0.83% | - |
| XYZ | 37.89 | 35.45 | 6.29 | - |
| YUV | 154.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 33 | 0 | 0.29 | 0.84 | 0.17 | 39.1 | 0.73 | 0.48 |
| Hex | D3 | 95 | 21 | 0 | 1D | 54 | 11 | 27 | 49 | 30 |
| Octal | 323 | 225 | 41 | 0 | 35 | 124 | 21 | 47 | 111 | 60 |
| Binary | 11010011 | 10010101 | 100001 | 0 | 11101 | 1010100 | 10001 | 100111 | 1001001 | 110000 |
Color Harmonies of #D39521
Complementary color
Monochromatic Colors of #D39521
Black with #D39521
Text Example
Text Example
White with #D39521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39521; }
p { color: rgb(211,149,33); }
H1.HeaderClassName
{
color: #D39521;
}
.AnyTagClassName
{
color: #D39521;
}
</style>
background-color css
<style>
a { background-color: #D39521; }
a { background-color: rgb(211,149,33); }
div.DivClassName
{
background-color: #D39521;
}
.BgClassName
{
background-color: #D39521;
}
</style>
border-color css
<style>
span { border-color: #D39521; }
span { border-color: rgb(211,149,33); }
td.TdClassName
{
border-color: #D39521;
}
.TagClassName
{
border-color: #D39521;
}
</style>