Shades of Buttercup #D48D1D
Tints of Buttercup #D48D1D
RGB
CMYK
RGB Variations
Color information
#D48D1D (or 0xD48D1D) is known color: Buttercup. HEX triplet: D4, 8D and 1D. RGB value is (212,141,29). Sum of RGB (Red+Green+Blue) = 212+141+29=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48D1D is #2B72E2. Grayscale: #959595. Windows color (decimal): -2847459 or 1936852. OLE color: 1936852.
HSL color Cylindrical-coordinate representation of color #D48D1D: hue angle of 36.72º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D48D1D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 29 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.17 |
| HSL | 36.72º | 0.76% | 0.47% | - |
| HSV(B) | 36.72º | 0.86% | 0.83% | - |
| XYZ | 36.9 | 33.14 | 5.61 | - |
| YUV | 149.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 29 | 0 | 0.33 | 0.86 | 0.17 | 36.72 | 0.76 | 0.47 |
| Hex | D4 | 8D | 1D | 0 | 21 | 56 | 11 | 25 | 4C | 2F |
| Octal | 324 | 215 | 35 | 0 | 41 | 126 | 21 | 45 | 114 | 57 |
| Binary | 11010100 | 10001101 | 11101 | 0 | 100001 | 1010110 | 10001 | 100101 | 1001100 | 101111 |
Color Harmonies of #D48D1D
Complementary color
Monochromatic Colors of #D48D1D
Black with #D48D1D
Text Example
Text Example
White with #D48D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D1D; }
p { color: rgb(212,141,29); }
H1.HeaderClassName
{
color: #D48D1D;
}
.AnyTagClassName
{
color: #D48D1D;
}
</style>
background-color css
<style>
a { background-color: #D48D1D; }
a { background-color: rgb(212,141,29); }
div.DivClassName
{
background-color: #D48D1D;
}
.BgClassName
{
background-color: #D48D1D;
}
</style>
border-color css
<style>
span { border-color: #D48D1D; }
span { border-color: rgb(212,141,29); }
td.TdClassName
{
border-color: #D48D1D;
}
.TagClassName
{
border-color: #D48D1D;
}
</style>