Shades of Peru #D78C44
Tints of Peru #D78C44
RGB
CMYK
RGB Variations
Color information
#D78C44 (or 0xD78C44) is known color: Peru. HEX triplet: D7, 8C and 44. RGB value is (215,140,68). Sum of RGB (Red+Green+Blue) = 215+140+68=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C44 is #2873BB. Grayscale: #9A9A9A. Windows color (decimal): -2651068 or 4492503. OLE color: 4492503.
HSL color Cylindrical-coordinate representation of color #D78C44: hue angle of 29.39º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D78C44 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 68 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.16 |
| HSL | 29.39º | 0.65% | 0.55% | - |
| HSV(B) | 29.39º | 0.68% | 0.84% | - |
| XYZ | 38.45 | 33.62 | 9.93 | - |
| YUV | 154.22 | 79.35 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 68 | 0 | 0.35 | 0.68 | 0.16 | 29.39 | 0.65 | 0.55 |
| Hex | D7 | 8C | 44 | 0 | 23 | 44 | 10 | 1D | 41 | 37 |
| Octal | 327 | 214 | 104 | 0 | 43 | 104 | 20 | 35 | 101 | 67 |
| Binary | 11010111 | 10001100 | 1000100 | 0 | 100011 | 1000100 | 10000 | 11101 | 1000001 | 110111 |
Color Harmonies of #D78C44
Complementary color
Monochromatic Colors of #D78C44
Black with #D78C44
Text Example
Text Example
White with #D78C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C44; }
p { color: rgb(215,140,68); }
H1.HeaderClassName
{
color: #D78C44;
}
.AnyTagClassName
{
color: #D78C44;
}
</style>
background-color css
<style>
a { background-color: #D78C44; }
a { background-color: rgb(215,140,68); }
div.DivClassName
{
background-color: #D78C44;
}
.BgClassName
{
background-color: #D78C44;
}
</style>
border-color css
<style>
span { border-color: #D78C44; }
span { border-color: rgb(215,140,68); }
td.TdClassName
{
border-color: #D78C44;
}
.TagClassName
{
border-color: #D78C44;
}
</style>