Shades of Peru #D17D3C
Tints of Peru #D17D3C
RGB
CMYK
RGB Variations
Color information
#D17D3C (or 0xD17D3C) is known color: Peru. HEX triplet: D1, 7D and 3C. RGB value is (209,125,60). Sum of RGB (Red+Green+Blue) = 209+125+60=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D3C is #2E82C3. Grayscale: #8F8F8F. Windows color (decimal): -3048132 or 3964369. OLE color: 3964369.
HSL color Cylindrical-coordinate representation of color #D17D3C: hue angle of 26.17º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D17D3C is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 60 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.18 |
| HSL | 26.17º | 0.62% | 0.53% | - |
| HSV(B) | 26.17º | 0.71% | 0.82% | - |
| XYZ | 34.44 | 28.55 | 7.97 | - |
| YUV | 142.71 | 81.33 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 60 | 0 | 0.40 | 0.71 | 0.18 | 26.17 | 0.62 | 0.53 |
| Hex | D1 | 7D | 3C | 0 | 28 | 47 | 12 | 1A | 3E | 35 |
| Octal | 321 | 175 | 74 | 0 | 50 | 107 | 22 | 32 | 76 | 65 |
| Binary | 11010001 | 1111101 | 111100 | 0 | 101000 | 1000111 | 10010 | 11010 | 111110 | 110101 |
Color Harmonies of #D17D3C
Complementary color
Monochromatic Colors of #D17D3C
Black with #D17D3C
Text Example
Text Example
White with #D17D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D3C; }
p { color: rgb(209,125,60); }
H1.HeaderClassName
{
color: #D17D3C;
}
.AnyTagClassName
{
color: #D17D3C;
}
</style>
background-color css
<style>
a { background-color: #D17D3C; }
a { background-color: rgb(209,125,60); }
div.DivClassName
{
background-color: #D17D3C;
}
.BgClassName
{
background-color: #D17D3C;
}
</style>
border-color css
<style>
span { border-color: #D17D3C; }
span { border-color: rgb(209,125,60); }
td.TdClassName
{
border-color: #D17D3C;
}
.TagClassName
{
border-color: #D17D3C;
}
</style>