Shades of Peru #D18642
Tints of Peru #D18642
RGB
CMYK
RGB Variations
Color information
#D18642 (or 0xD18642) is known color: Peru. HEX triplet: D1, 86 and 42. RGB value is (209,134,66). Sum of RGB (Red+Green+Blue) = 209+134+66=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D18642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18642 is #2E79BD. Grayscale: #959595. Windows color (decimal): -3045822 or 4359889. OLE color: 4359889.
HSL color Cylindrical-coordinate representation of color #D18642: hue angle of 28.53º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D18642 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 66 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.18 |
| HSL | 28.53º | 0.61% | 0.54% | - |
| HSV(B) | 28.53º | 0.68% | 0.82% | - |
| XYZ | 35.8 | 31 | 9.25 | - |
| YUV | 148.67 | 81.35 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 66 | 0 | 0.36 | 0.68 | 0.18 | 28.53 | 0.61 | 0.54 |
| Hex | D1 | 86 | 42 | 0 | 24 | 44 | 12 | 1D | 3D | 36 |
| Octal | 321 | 206 | 102 | 0 | 44 | 104 | 22 | 35 | 75 | 66 |
| Binary | 11010001 | 10000110 | 1000010 | 0 | 100100 | 1000100 | 10010 | 11101 | 111101 | 110110 |
Color Harmonies of #D18642
Complementary color
Monochromatic Colors of #D18642
Black with #D18642
Text Example
Text Example
White with #D18642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18642; }
p { color: rgb(209,134,66); }
H1.HeaderClassName
{
color: #D18642;
}
.AnyTagClassName
{
color: #D18642;
}
</style>
background-color css
<style>
a { background-color: #D18642; }
a { background-color: rgb(209,134,66); }
div.DivClassName
{
background-color: #D18642;
}
.BgClassName
{
background-color: #D18642;
}
</style>
border-color css
<style>
span { border-color: #D18642; }
span { border-color: rgb(209,134,66); }
td.TdClassName
{
border-color: #D18642;
}
.TagClassName
{
border-color: #D18642;
}
</style>