Shades of Peru #D18647
Tints of Peru #D18647
RGB
CMYK
RGB Variations
Color information
#D18647 (or 0xD18647) is known color: Peru. HEX triplet: D1, 86 and 47. RGB value is (209,134,71). Sum of RGB (Red+Green+Blue) = 209+134+71=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D18647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18647 is #2E79B8. Grayscale: #959595. Windows color (decimal): -3045817 or 4687569. OLE color: 4687569.
HSL color Cylindrical-coordinate representation of color #D18647: hue angle of 27.39º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D18647 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 71 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.18 |
| HSL | 27.39º | 0.6% | 0.55% | - |
| HSV(B) | 27.39º | 0.66% | 0.82% | - |
| XYZ | 35.96 | 31.06 | 10.06 | - |
| YUV | 149.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 71 | 0 | 0.36 | 0.66 | 0.18 | 27.39 | 0.6 | 0.55 |
| Hex | D1 | 86 | 47 | 0 | 24 | 42 | 12 | 1B | 3C | 37 |
| Octal | 321 | 206 | 107 | 0 | 44 | 102 | 22 | 33 | 74 | 67 |
| Binary | 11010001 | 10000110 | 1000111 | 0 | 100100 | 1000010 | 10010 | 11011 | 111100 | 110111 |
Color Harmonies of #D18647
Complementary color
Monochromatic Colors of #D18647
Black with #D18647
Text Example
Text Example
White with #D18647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18647; }
p { color: rgb(209,134,71); }
H1.HeaderClassName
{
color: #D18647;
}
.AnyTagClassName
{
color: #D18647;
}
</style>
background-color css
<style>
a { background-color: #D18647; }
a { background-color: rgb(209,134,71); }
div.DivClassName
{
background-color: #D18647;
}
.BgClassName
{
background-color: #D18647;
}
</style>
border-color css
<style>
span { border-color: #D18647; }
span { border-color: rgb(209,134,71); }
td.TdClassName
{
border-color: #D18647;
}
.TagClassName
{
border-color: #D18647;
}
</style>