Shades of Buttercup #D78E2C
Tints of Buttercup #D78E2C
RGB
CMYK
RGB Variations
Color information
#D78E2C (or 0xD78E2C) is known color: Buttercup. HEX triplet: D7, 8E and 2C. RGB value is (215,142,44). Sum of RGB (Red+Green+Blue) = 215+142+44=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78E2C is #2871D3. Grayscale: #999999. Windows color (decimal): -2650580 or 2920151. OLE color: 2920151.
HSL color Cylindrical-coordinate representation of color #D78E2C: hue angle of 34.39º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D78E2C is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 44 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.16 |
| HSL | 34.39º | 0.68% | 0.51% | - |
| HSV(B) | 34.39º | 0.8% | 0.84% | - |
| XYZ | 38.15 | 33.97 | 6.93 | - |
| YUV | 152.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 44 | 0 | 0.34 | 0.80 | 0.16 | 34.39 | 0.68 | 0.51 |
| Hex | D7 | 8E | 2C | 0 | 22 | 50 | 10 | 22 | 44 | 33 |
| Octal | 327 | 216 | 54 | 0 | 42 | 120 | 20 | 42 | 104 | 63 |
| Binary | 11010111 | 10001110 | 101100 | 0 | 100010 | 1010000 | 10000 | 100010 | 1000100 | 110011 |
Color Harmonies of #D78E2C
Complementary color
Monochromatic Colors of #D78E2C
Black with #D78E2C
Text Example
Text Example
White with #D78E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E2C; }
p { color: rgb(215,142,44); }
H1.HeaderClassName
{
color: #D78E2C;
}
.AnyTagClassName
{
color: #D78E2C;
}
</style>
background-color css
<style>
a { background-color: #D78E2C; }
a { background-color: rgb(215,142,44); }
div.DivClassName
{
background-color: #D78E2C;
}
.BgClassName
{
background-color: #D78E2C;
}
</style>
border-color css
<style>
span { border-color: #D78E2C; }
span { border-color: rgb(215,142,44); }
td.TdClassName
{
border-color: #D78E2C;
}
.TagClassName
{
border-color: #D78E2C;
}
</style>