Shades of Buttercup #D78A15
Tints of Buttercup #D78A15
RGB
CMYK
RGB Variations
Color information
#D78A15 (or 0xD78A15) is known color: Buttercup. HEX triplet: D7, 8A and 15. RGB value is (215,138,21). Sum of RGB (Red+Green+Blue) = 215+138+21=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78A15 is #2875EA. Grayscale: #949494. Windows color (decimal): -2651627 or 1411799. OLE color: 1411799.
HSL color Cylindrical-coordinate representation of color #D78A15: hue angle of 36.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D78A15 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 21 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.16 |
| HSL | 36.19º | 0.82% | 0.46% | - |
| HSV(B) | 36.19º | 0.9% | 0.84% | - |
| XYZ | 37.25 | 32.68 | 5.05 | - |
| YUV | 147.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 21 | 0 | 0.36 | 0.90 | 0.16 | 36.19 | 0.82 | 0.46 |
| Hex | D7 | 8A | 15 | 0 | 24 | 5A | 10 | 24 | 52 | 2E |
| Octal | 327 | 212 | 25 | 0 | 44 | 132 | 20 | 44 | 122 | 56 |
| Binary | 11010111 | 10001010 | 10101 | 0 | 100100 | 1011010 | 10000 | 100100 | 1010010 | 101110 |
Color Harmonies of #D78A15
Complementary color
Monochromatic Colors of #D78A15
Black with #D78A15
Text Example
Text Example
White with #D78A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A15; }
p { color: rgb(215,138,21); }
H1.HeaderClassName
{
color: #D78A15;
}
.AnyTagClassName
{
color: #D78A15;
}
</style>
background-color css
<style>
a { background-color: #D78A15; }
a { background-color: rgb(215,138,21); }
div.DivClassName
{
background-color: #D78A15;
}
.BgClassName
{
background-color: #D78A15;
}
</style>
border-color css
<style>
span { border-color: #D78A15; }
span { border-color: rgb(215,138,21); }
td.TdClassName
{
border-color: #D78A15;
}
.TagClassName
{
border-color: #D78A15;
}
</style>