Shades of Peru #D18C4D
Tints of Peru #D18C4D
RGB
CMYK
RGB Variations
Color information
#D18C4D (or 0xD18C4D) is known color: Peru. HEX triplet: D1, 8C and 4D. RGB value is (209,140,77). Sum of RGB (Red+Green+Blue) = 209+140+77=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18C4D is #2E73B2. Grayscale: #999999. Windows color (decimal): -3044275 or 5082321. OLE color: 5082321.
HSL color Cylindrical-coordinate representation of color #D18C4D: hue angle of 28.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D18C4D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 77 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.18 |
| HSL | 28.64º | 0.59% | 0.56% | - |
| HSV(B) | 28.64º | 0.63% | 0.82% | - |
| XYZ | 37.01 | 32.85 | 11.41 | - |
| YUV | 153.45 | 84.86 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 77 | 0 | 0.33 | 0.63 | 0.18 | 28.64 | 0.59 | 0.56 |
| Hex | D1 | 8C | 4D | 0 | 21 | 3F | 12 | 1D | 3B | 38 |
| Octal | 321 | 214 | 115 | 0 | 41 | 77 | 22 | 35 | 73 | 70 |
| Binary | 11010001 | 10001100 | 1001101 | 0 | 100001 | 111111 | 10010 | 11101 | 111011 | 111000 |
Color Harmonies of #D18C4D
Complementary color
Monochromatic Colors of #D18C4D
Black with #D18C4D
Text Example
Text Example
White with #D18C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C4D; }
p { color: rgb(209,140,77); }
H1.HeaderClassName
{
color: #D18C4D;
}
.AnyTagClassName
{
color: #D18C4D;
}
</style>
background-color css
<style>
a { background-color: #D18C4D; }
a { background-color: rgb(209,140,77); }
div.DivClassName
{
background-color: #D18C4D;
}
.BgClassName
{
background-color: #D18C4D;
}
</style>
border-color css
<style>
span { border-color: #D18C4D; }
span { border-color: rgb(209,140,77); }
td.TdClassName
{
border-color: #D18C4D;
}
.TagClassName
{
border-color: #D18C4D;
}
</style>