Shades of Buttercup #D78F18
Tints of Buttercup #D78F18
RGB
CMYK
RGB Variations
Color information
#D78F18 (or 0xD78F18) is known color: Buttercup. HEX triplet: D7, 8F and 18. RGB value is (215,143,24). Sum of RGB (Red+Green+Blue) = 215+143+24=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78F18 is #2870E7. Grayscale: #979797. Windows color (decimal): -2650344 or 1609687. OLE color: 1609687.
HSL color Cylindrical-coordinate representation of color #D78F18: hue angle of 37.38º 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 #D78F18 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 24 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.16 |
| HSL | 37.38º | 0.8% | 0.47% | - |
| HSV(B) | 37.38º | 0.89% | 0.84% | - |
| XYZ | 38.01 | 34.16 | 5.45 | - |
| YUV | 150.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 24 | 0 | 0.33 | 0.89 | 0.16 | 37.38 | 0.8 | 0.47 |
| Hex | D7 | 8F | 18 | 0 | 21 | 59 | 10 | 25 | 50 | 2F |
| Octal | 327 | 217 | 30 | 0 | 41 | 131 | 20 | 45 | 120 | 57 |
| Binary | 11010111 | 10001111 | 11000 | 0 | 100001 | 1011001 | 10000 | 100101 | 1010000 | 101111 |
Color Harmonies of #D78F18
Complementary color
Monochromatic Colors of #D78F18
Black with #D78F18
Text Example
Text Example
White with #D78F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F18; }
p { color: rgb(215,143,24); }
H1.HeaderClassName
{
color: #D78F18;
}
.AnyTagClassName
{
color: #D78F18;
}
</style>
background-color css
<style>
a { background-color: #D78F18; }
a { background-color: rgb(215,143,24); }
div.DivClassName
{
background-color: #D78F18;
}
.BgClassName
{
background-color: #D78F18;
}
</style>
border-color css
<style>
span { border-color: #D78F18; }
span { border-color: rgb(215,143,24); }
td.TdClassName
{
border-color: #D78F18;
}
.TagClassName
{
border-color: #D78F18;
}
</style>