Shades of Peru #D17D3B
Tints of Peru #D17D3B
RGB
CMYK
RGB Variations
Color information
#D17D3B (or 0xD17D3B) is known color: Peru. HEX triplet: D1, 7D and 3B. RGB value is (209,125,59). Sum of RGB (Red+Green+Blue) = 209+125+59=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D3B is #2E82C4. Grayscale: #8E8E8E. Windows color (decimal): -3048133 or 3898833. OLE color: 3898833.
HSL color Cylindrical-coordinate representation of color #D17D3B: hue angle of 26.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D17D3B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.18 |
| HSL | 26.4º | 0.62% | 0.53% | - |
| HSV(B) | 26.4º | 0.72% | 0.82% | - |
| XYZ | 34.42 | 28.54 | 7.83 | - |
| YUV | 142.59 | 80.83 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 59 | 0 | 0.40 | 0.72 | 0.18 | 26.4 | 0.62 | 0.53 |
| Hex | D1 | 7D | 3B | 0 | 28 | 48 | 12 | 1A | 3E | 35 |
| Octal | 321 | 175 | 73 | 0 | 50 | 110 | 22 | 32 | 76 | 65 |
| Binary | 11010001 | 1111101 | 111011 | 0 | 101000 | 1001000 | 10010 | 11010 | 111110 | 110101 |
Color Harmonies of #D17D3B
Complementary color
Monochromatic Colors of #D17D3B
Black with #D17D3B
Text Example
Text Example
White with #D17D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D3B; }
p { color: rgb(209,125,59); }
H1.HeaderClassName
{
color: #D17D3B;
}
.AnyTagClassName
{
color: #D17D3B;
}
</style>
background-color css
<style>
a { background-color: #D17D3B; }
a { background-color: rgb(209,125,59); }
div.DivClassName
{
background-color: #D17D3B;
}
.BgClassName
{
background-color: #D17D3B;
}
</style>
border-color css
<style>
span { border-color: #D17D3B; }
span { border-color: rgb(209,125,59); }
td.TdClassName
{
border-color: #D17D3B;
}
.TagClassName
{
border-color: #D17D3B;
}
</style>