Shades of Peru #D4863C
Tints of Peru #D4863C
RGB
CMYK
RGB Variations
Color information
#D4863C (or 0xD4863C) is known color: Peru. HEX triplet: D4, 86 and 3C. RGB value is (212,134,60). Sum of RGB (Red+Green+Blue) = 212+134+60=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4863C is #2B79C3. Grayscale: #959595. Windows color (decimal): -2849220 or 3966676. OLE color: 3966676.
HSL color Cylindrical-coordinate representation of color #D4863C: hue angle of 29.21º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4863C is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 60 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.17 |
| HSL | 29.21º | 0.64% | 0.53% | - |
| HSV(B) | 29.21º | 0.72% | 0.83% | - |
| XYZ | 36.49 | 31.37 | 8.41 | - |
| YUV | 148.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 60 | 0 | 0.37 | 0.72 | 0.17 | 29.21 | 0.64 | 0.53 |
| Hex | D4 | 86 | 3C | 0 | 25 | 48 | 11 | 1D | 40 | 35 |
| Octal | 324 | 206 | 74 | 0 | 45 | 110 | 21 | 35 | 100 | 65 |
| Binary | 11010100 | 10000110 | 111100 | 0 | 100101 | 1001000 | 10001 | 11101 | 1000000 | 110101 |
Color Harmonies of #D4863C
Complementary color
Monochromatic Colors of #D4863C
Black with #D4863C
Text Example
Text Example
White with #D4863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4863C; }
p { color: rgb(212,134,60); }
H1.HeaderClassName
{
color: #D4863C;
}
.AnyTagClassName
{
color: #D4863C;
}
</style>
background-color css
<style>
a { background-color: #D4863C; }
a { background-color: rgb(212,134,60); }
div.DivClassName
{
background-color: #D4863C;
}
.BgClassName
{
background-color: #D4863C;
}
</style>
border-color css
<style>
span { border-color: #D4863C; }
span { border-color: rgb(212,134,60); }
td.TdClassName
{
border-color: #D4863C;
}
.TagClassName
{
border-color: #D4863C;
}
</style>