Shades of Buttercup #D78C28
Tints of Buttercup #D78C28
RGB
CMYK
RGB Variations
Color information
#D78C28 (or 0xD78C28) is known color: Buttercup. HEX triplet: D7, 8C and 28. RGB value is (215,140,40). Sum of RGB (Red+Green+Blue) = 215+140+40=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C28 is #2873D7. Grayscale: #979797. Windows color (decimal): -2651096 or 2657495. OLE color: 2657495.
HSL color Cylindrical-coordinate representation of color #D78C28: hue angle of 34.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D78C28 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 40 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.16 |
| HSL | 34.29º | 0.69% | 0.5% | - |
| HSV(B) | 34.29º | 0.81% | 0.84% | - |
| XYZ | 37.79 | 33.36 | 6.45 | - |
| YUV | 151.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 40 | 0 | 0.35 | 0.81 | 0.16 | 34.29 | 0.69 | 0.5 |
| Hex | D7 | 8C | 28 | 0 | 23 | 51 | 10 | 22 | 45 | 32 |
| Octal | 327 | 214 | 50 | 0 | 43 | 121 | 20 | 42 | 105 | 62 |
| Binary | 11010111 | 10001100 | 101000 | 0 | 100011 | 1010001 | 10000 | 100010 | 1000101 | 110010 |
Color Harmonies of #D78C28
Complementary color
Monochromatic Colors of #D78C28
Black with #D78C28
Text Example
Text Example
White with #D78C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C28; }
p { color: rgb(215,140,40); }
H1.HeaderClassName
{
color: #D78C28;
}
.AnyTagClassName
{
color: #D78C28;
}
</style>
background-color css
<style>
a { background-color: #D78C28; }
a { background-color: rgb(215,140,40); }
div.DivClassName
{
background-color: #D78C28;
}
.BgClassName
{
background-color: #D78C28;
}
</style>
border-color css
<style>
span { border-color: #D78C28; }
span { border-color: rgb(215,140,40); }
td.TdClassName
{
border-color: #D78C28;
}
.TagClassName
{
border-color: #D78C28;
}
</style>