Shades of Buttercup #D39527
Tints of Buttercup #D39527
RGB
CMYK
RGB Variations
Color information
#D39527 (or 0xD39527) is known color: Buttercup. HEX triplet: D3, 95 and 27. RGB value is (211,149,39). Sum of RGB (Red+Green+Blue) = 211+149+39=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D39527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39527 is #2C6AD8. Grayscale: #9B9B9B. Windows color (decimal): -2910937 or 2594259. OLE color: 2594259.
HSL color Cylindrical-coordinate representation of color #D39527: hue angle of 38.37º degrees, saturation: 0.69, 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 #D39527 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 39 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.17 |
| HSL | 38.37º | 0.69% | 0.49% | - |
| HSV(B) | 38.37º | 0.82% | 0.83% | - |
| XYZ | 37.98 | 35.49 | 6.77 | - |
| YUV | 155 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 39 | 0 | 0.29 | 0.82 | 0.17 | 38.37 | 0.69 | 0.49 |
| Hex | D3 | 95 | 27 | 0 | 1D | 52 | 11 | 26 | 45 | 31 |
| Octal | 323 | 225 | 47 | 0 | 35 | 122 | 21 | 46 | 105 | 61 |
| Binary | 11010011 | 10010101 | 100111 | 0 | 11101 | 1010010 | 10001 | 100110 | 1000101 | 110001 |
Color Harmonies of #D39527
Complementary color
Monochromatic Colors of #D39527
Black with #D39527
Text Example
Text Example
White with #D39527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39527; }
p { color: rgb(211,149,39); }
H1.HeaderClassName
{
color: #D39527;
}
.AnyTagClassName
{
color: #D39527;
}
</style>
background-color css
<style>
a { background-color: #D39527; }
a { background-color: rgb(211,149,39); }
div.DivClassName
{
background-color: #D39527;
}
.BgClassName
{
background-color: #D39527;
}
</style>
border-color css
<style>
span { border-color: #D39527; }
span { border-color: rgb(211,149,39); }
td.TdClassName
{
border-color: #D39527;
}
.TagClassName
{
border-color: #D39527;
}
</style>