Shades of Buttercup #D78D25
Tints of Buttercup #D78D25
RGB
CMYK
RGB Variations
Color information
#D78D25 (or 0xD78D25) is known color: Buttercup. HEX triplet: D7, 8D and 25. RGB value is (215,141,37). Sum of RGB (Red+Green+Blue) = 215+141+37=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D25 is #2872DA. Grayscale: #979797. Windows color (decimal): -2650843 or 2461143. OLE color: 2461143.
HSL color Cylindrical-coordinate representation of color #D78D25: hue angle of 35.06º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D78D25 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 37 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.16 |
| HSL | 35.06º | 0.71% | 0.49% | - |
| HSV(B) | 35.06º | 0.83% | 0.84% | - |
| XYZ | 37.88 | 33.63 | 6.24 | - |
| YUV | 151.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 37 | 0 | 0.34 | 0.83 | 0.16 | 35.06 | 0.71 | 0.49 |
| Hex | D7 | 8D | 25 | 0 | 22 | 53 | 10 | 23 | 47 | 31 |
| Octal | 327 | 215 | 45 | 0 | 42 | 123 | 20 | 43 | 107 | 61 |
| Binary | 11010111 | 10001101 | 100101 | 0 | 100010 | 1010011 | 10000 | 100011 | 1000111 | 110001 |
Color Harmonies of #D78D25
Complementary color
Monochromatic Colors of #D78D25
Black with #D78D25
Text Example
Text Example
White with #D78D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D25; }
p { color: rgb(215,141,37); }
H1.HeaderClassName
{
color: #D78D25;
}
.AnyTagClassName
{
color: #D78D25;
}
</style>
background-color css
<style>
a { background-color: #D78D25; }
a { background-color: rgb(215,141,37); }
div.DivClassName
{
background-color: #D78D25;
}
.BgClassName
{
background-color: #D78D25;
}
</style>
border-color css
<style>
span { border-color: #D78D25; }
span { border-color: rgb(215,141,37); }
td.TdClassName
{
border-color: #D78D25;
}
.TagClassName
{
border-color: #D78D25;
}
</style>