Shades of Buttercup #D78C18
Tints of Buttercup #D78C18
RGB
CMYK
RGB Variations
Color information
#D78C18 (or 0xD78C18) is known color: Buttercup. HEX triplet: D7, 8C and 18. RGB value is (215,140,24). Sum of RGB (Red+Green+Blue) = 215+140+24=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78C18 is #2873E7. Grayscale: #959595. Windows color (decimal): -2651112 or 1608919. OLE color: 1608919.
HSL color Cylindrical-coordinate representation of color #D78C18: hue angle of 36.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D78C18 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 24 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.16 |
| HSL | 36.44º | 0.8% | 0.47% | - |
| HSV(B) | 36.44º | 0.89% | 0.84% | - |
| XYZ | 37.57 | 33.27 | 5.31 | - |
| YUV | 149.2 | 57.35 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 24 | 0 | 0.35 | 0.89 | 0.16 | 36.44 | 0.8 | 0.47 |
| Hex | D7 | 8C | 18 | 0 | 23 | 59 | 10 | 24 | 50 | 2F |
| Octal | 327 | 214 | 30 | 0 | 43 | 131 | 20 | 44 | 120 | 57 |
| Binary | 11010111 | 10001100 | 11000 | 0 | 100011 | 1011001 | 10000 | 100100 | 1010000 | 101111 |
Color Harmonies of #D78C18
Complementary color
Monochromatic Colors of #D78C18
Black with #D78C18
Text Example
Text Example
White with #D78C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C18; }
p { color: rgb(215,140,24); }
H1.HeaderClassName
{
color: #D78C18;
}
.AnyTagClassName
{
color: #D78C18;
}
</style>
background-color css
<style>
a { background-color: #D78C18; }
a { background-color: rgb(215,140,24); }
div.DivClassName
{
background-color: #D78C18;
}
.BgClassName
{
background-color: #D78C18;
}
</style>
border-color css
<style>
span { border-color: #D78C18; }
span { border-color: rgb(215,140,24); }
td.TdClassName
{
border-color: #D78C18;
}
.TagClassName
{
border-color: #D78C18;
}
</style>