Shades of Buttercup #D78B2C
Tints of Buttercup #D78B2C
RGB
CMYK
RGB Variations
Color information
#D78B2C (or 0xD78B2C) is known color: Buttercup. HEX triplet: D7, 8B and 2C. RGB value is (215,139,44). Sum of RGB (Red+Green+Blue) = 215+139+44=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78B2C is #2874D3. Grayscale: #979797. Windows color (decimal): -2651348 or 2919383. OLE color: 2919383.
HSL color Cylindrical-coordinate representation of color #D78B2C: hue angle of 33.33º 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 #D78B2C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 139 | 44 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.16 |
| HSL | 33.33º | 0.68% | 0.51% | - |
| HSV(B) | 33.33º | 0.8% | 0.84% | - |
| XYZ | 37.71 | 33.09 | 6.78 | - |
| YUV | 150.89 | 67.68 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 44 | 0 | 0.35 | 0.80 | 0.16 | 33.33 | 0.68 | 0.51 |
| Hex | D7 | 8B | 2C | 0 | 23 | 50 | 10 | 21 | 44 | 33 |
| Octal | 327 | 213 | 54 | 0 | 43 | 120 | 20 | 41 | 104 | 63 |
| Binary | 11010111 | 10001011 | 101100 | 0 | 100011 | 1010000 | 10000 | 100001 | 1000100 | 110011 |
Color Harmonies of #D78B2C
Complementary color
Monochromatic Colors of #D78B2C
Black with #D78B2C
Text Example
Text Example
White with #D78B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78B2C; }
p { color: rgb(215,139,44); }
H1.HeaderClassName
{
color: #D78B2C;
}
.AnyTagClassName
{
color: #D78B2C;
}
</style>
background-color css
<style>
a { background-color: #D78B2C; }
a { background-color: rgb(215,139,44); }
div.DivClassName
{
background-color: #D78B2C;
}
.BgClassName
{
background-color: #D78B2C;
}
</style>
border-color css
<style>
span { border-color: #D78B2C; }
span { border-color: rgb(215,139,44); }
td.TdClassName
{
border-color: #D78B2C;
}
.TagClassName
{
border-color: #D78B2C;
}
</style>