Shades of Buttercup #D78522
Tints of Buttercup #D78522
RGB
CMYK
RGB Variations
Color information
#D78522 (or 0xD78522) is known color: Buttercup. HEX triplet: D7, 85 and 22. RGB value is (215,133,34). Sum of RGB (Red+Green+Blue) = 215+133+34=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D78522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78522 is #287ADD. Grayscale: #929292. Windows color (decimal): -2652894 or 2262487. OLE color: 2262487.
HSL color Cylindrical-coordinate representation of color #D78522: hue angle of 32.82º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D78522 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 34 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.16 |
| HSL | 32.82º | 0.73% | 0.49% | - |
| HSV(B) | 32.82º | 0.84% | 0.84% | - |
| XYZ | 36.7 | 31.34 | 5.63 | - |
| YUV | 146.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 34 | 0 | 0.38 | 0.84 | 0.16 | 32.82 | 0.73 | 0.49 |
| Hex | D7 | 85 | 22 | 0 | 26 | 54 | 10 | 21 | 49 | 31 |
| Octal | 327 | 205 | 42 | 0 | 46 | 124 | 20 | 41 | 111 | 61 |
| Binary | 11010111 | 10000101 | 100010 | 0 | 100110 | 1010100 | 10000 | 100001 | 1001001 | 110001 |
Color Harmonies of #D78522
Complementary color
Monochromatic Colors of #D78522
Black with #D78522
Text Example
Text Example
White with #D78522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78522; }
p { color: rgb(215,133,34); }
H1.HeaderClassName
{
color: #D78522;
}
.AnyTagClassName
{
color: #D78522;
}
</style>
background-color css
<style>
a { background-color: #D78522; }
a { background-color: rgb(215,133,34); }
div.DivClassName
{
background-color: #D78522;
}
.BgClassName
{
background-color: #D78522;
}
</style>
border-color css
<style>
span { border-color: #D78522; }
span { border-color: rgb(215,133,34); }
td.TdClassName
{
border-color: #D78522;
}
.TagClassName
{
border-color: #D78522;
}
</style>