Shades of Buttercup #D78F2C
Tints of Buttercup #D78F2C
RGB
CMYK
RGB Variations
Color information
#D78F2C (or 0xD78F2C) is known color: Buttercup. HEX triplet: D7, 8F and 2C. RGB value is (215,143,44). Sum of RGB (Red+Green+Blue) = 215+143+44=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78F2C is #2870D3. Grayscale: #999999. Windows color (decimal): -2650324 or 2920407. OLE color: 2920407.
HSL color Cylindrical-coordinate representation of color #D78F2C: hue angle of 34.74º 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 #D78F2C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.16 |
| HSL | 34.74º | 0.68% | 0.51% | - |
| HSV(B) | 34.74º | 0.8% | 0.84% | - |
| XYZ | 38.3 | 34.27 | 6.98 | - |
| YUV | 153.24 | 66.35 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 44 | 0 | 0.33 | 0.80 | 0.16 | 34.74 | 0.68 | 0.51 |
| Hex | D7 | 8F | 2C | 0 | 21 | 50 | 10 | 23 | 44 | 33 |
| Octal | 327 | 217 | 54 | 0 | 41 | 120 | 20 | 43 | 104 | 63 |
| Binary | 11010111 | 10001111 | 101100 | 0 | 100001 | 1010000 | 10000 | 100011 | 1000100 | 110011 |
Color Harmonies of #D78F2C
Complementary color
Monochromatic Colors of #D78F2C
Black with #D78F2C
Text Example
Text Example
White with #D78F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F2C; }
p { color: rgb(215,143,44); }
H1.HeaderClassName
{
color: #D78F2C;
}
.AnyTagClassName
{
color: #D78F2C;
}
</style>
background-color css
<style>
a { background-color: #D78F2C; }
a { background-color: rgb(215,143,44); }
div.DivClassName
{
background-color: #D78F2C;
}
.BgClassName
{
background-color: #D78F2C;
}
</style>
border-color css
<style>
span { border-color: #D78F2C; }
span { border-color: rgb(215,143,44); }
td.TdClassName
{
border-color: #D78F2C;
}
.TagClassName
{
border-color: #D78F2C;
}
</style>