Shades of Buttercup #D48816
Tints of Buttercup #D48816
RGB
CMYK
RGB Variations
Color information
#D48816 (or 0xD48816) is known color: Buttercup. HEX triplet: D4, 88 and 16. RGB value is (212,136,22). Sum of RGB (Red+Green+Blue) = 212+136+22=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D48816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48816 is #2B77E9. Grayscale: #929292. Windows color (decimal): -2848746 or 1476820. OLE color: 1476820.
HSL color Cylindrical-coordinate representation of color #D48816: hue angle of 36º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D48816 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 136 | 22 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.17 |
| HSL | 36º | 0.81% | 0.46% | - |
| HSV(B) | 36º | 0.9% | 0.83% | - |
| XYZ | 36.1 | 31.66 | 4.97 | - |
| YUV | 145.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 22 | 0 | 0.36 | 0.90 | 0.17 | 36 | 0.81 | 0.46 |
| Hex | D4 | 88 | 16 | 0 | 24 | 5A | 11 | 24 | 51 | 2E |
| Octal | 324 | 210 | 26 | 0 | 44 | 132 | 21 | 44 | 121 | 56 |
| Binary | 11010100 | 10001000 | 10110 | 0 | 100100 | 1011010 | 10001 | 100100 | 1010001 | 101110 |
Color Harmonies of #D48816
Complementary color
Monochromatic Colors of #D48816
Black with #D48816
Text Example
Text Example
White with #D48816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48816; }
p { color: rgb(212,136,22); }
H1.HeaderClassName
{
color: #D48816;
}
.AnyTagClassName
{
color: #D48816;
}
</style>
background-color css
<style>
a { background-color: #D48816; }
a { background-color: rgb(212,136,22); }
div.DivClassName
{
background-color: #D48816;
}
.BgClassName
{
background-color: #D48816;
}
</style>
border-color css
<style>
span { border-color: #D48816; }
span { border-color: rgb(212,136,22); }
td.TdClassName
{
border-color: #D48816;
}
.TagClassName
{
border-color: #D48816;
}
</style>