Shades of Buttercup #D49727
Tints of Buttercup #D49727
RGB
CMYK
RGB Variations
Color information
#D49727 (or 0xD49727) is known color: Buttercup. HEX triplet: D4, 97 and 27. RGB value is (212,151,39). Sum of RGB (Red+Green+Blue) = 212+151+39=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D49727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49727 is #2B68D8. Grayscale: #9C9C9C. Windows color (decimal): -2844889 or 2594772. OLE color: 2594772.
HSL color Cylindrical-coordinate representation of color #D49727: hue angle of 38.84º 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 #D49727 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 39 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.17 |
| HSL | 38.84º | 0.69% | 0.49% | - |
| HSV(B) | 38.84º | 0.82% | 0.83% | - |
| XYZ | 38.58 | 36.28 | 6.89 | - |
| YUV | 156.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 39 | 0 | 0.29 | 0.82 | 0.17 | 38.84 | 0.69 | 0.49 |
| Hex | D4 | 97 | 27 | 0 | 1D | 52 | 11 | 27 | 45 | 31 |
| Octal | 324 | 227 | 47 | 0 | 35 | 122 | 21 | 47 | 105 | 61 |
| Binary | 11010100 | 10010111 | 100111 | 0 | 11101 | 1010010 | 10001 | 100111 | 1000101 | 110001 |
Color Harmonies of #D49727
Complementary color
Monochromatic Colors of #D49727
Black with #D49727
Text Example
Text Example
White with #D49727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49727; }
p { color: rgb(212,151,39); }
H1.HeaderClassName
{
color: #D49727;
}
.AnyTagClassName
{
color: #D49727;
}
</style>
background-color css
<style>
a { background-color: #D49727; }
a { background-color: rgb(212,151,39); }
div.DivClassName
{
background-color: #D49727;
}
.BgClassName
{
background-color: #D49727;
}
</style>
border-color css
<style>
span { border-color: #D49727; }
span { border-color: rgb(212,151,39); }
td.TdClassName
{
border-color: #D49727;
}
.TagClassName
{
border-color: #D49727;
}
</style>