Shades of Buttercup #D48620
Tints of Buttercup #D48620
RGB
CMYK
RGB Variations
Color information
#D48620 (or 0xD48620) is known color: Buttercup. HEX triplet: D4, 86 and 20. RGB value is (212,134,32). Sum of RGB (Red+Green+Blue) = 212+134+32=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D48620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48620 is #2B79DF. Grayscale: #929292. Windows color (decimal): -2849248 or 2131668. OLE color: 2131668.
HSL color Cylindrical-coordinate representation of color #D48620: hue angle of 34º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D48620 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 32 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.17 |
| HSL | 34º | 0.74% | 0.48% | - |
| HSV(B) | 34º | 0.85% | 0.83% | - |
| XYZ | 35.94 | 31.15 | 5.49 | - |
| YUV | 145.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 32 | 0 | 0.37 | 0.85 | 0.17 | 34 | 0.74 | 0.48 |
| Hex | D4 | 86 | 20 | 0 | 25 | 55 | 11 | 22 | 4A | 30 |
| Octal | 324 | 206 | 40 | 0 | 45 | 125 | 21 | 42 | 112 | 60 |
| Binary | 11010100 | 10000110 | 100000 | 0 | 100101 | 1010101 | 10001 | 100010 | 1001010 | 110000 |
Color Harmonies of #D48620
Complementary color
Monochromatic Colors of #D48620
Black with #D48620
Text Example
Text Example
White with #D48620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48620; }
p { color: rgb(212,134,32); }
H1.HeaderClassName
{
color: #D48620;
}
.AnyTagClassName
{
color: #D48620;
}
</style>
background-color css
<style>
a { background-color: #D48620; }
a { background-color: rgb(212,134,32); }
div.DivClassName
{
background-color: #D48620;
}
.BgClassName
{
background-color: #D48620;
}
</style>
border-color css
<style>
span { border-color: #D48620; }
span { border-color: rgb(212,134,32); }
td.TdClassName
{
border-color: #D48620;
}
.TagClassName
{
border-color: #D48620;
}
</style>