Shades of Peru #D1803F
Tints of Peru #D1803F
RGB
CMYK
RGB Variations
Color information
#D1803F (or 0xD1803F) is known color: Peru. HEX triplet: D1, 80 and 3F. RGB value is (209,128,63). Sum of RGB (Red+Green+Blue) = 209+128+63=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1803F is #2E7FC0. Grayscale: #919191. Windows color (decimal): -3047361 or 4161745. OLE color: 4161745.
HSL color Cylindrical-coordinate representation of color #D1803F: hue angle of 26.71º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1803F is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 63 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.18 |
| HSL | 26.71º | 0.61% | 0.53% | - |
| HSV(B) | 26.71º | 0.7% | 0.82% | - |
| XYZ | 34.91 | 29.35 | 8.53 | - |
| YUV | 144.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 63 | 0 | 0.39 | 0.70 | 0.18 | 26.71 | 0.61 | 0.53 |
| Hex | D1 | 80 | 3F | 0 | 27 | 46 | 12 | 1B | 3D | 35 |
| Octal | 321 | 200 | 77 | 0 | 47 | 106 | 22 | 33 | 75 | 65 |
| Binary | 11010001 | 10000000 | 111111 | 0 | 100111 | 1000110 | 10010 | 11011 | 111101 | 110101 |
Color Harmonies of #D1803F
Complementary color
Monochromatic Colors of #D1803F
Black with #D1803F
Text Example
Text Example
White with #D1803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1803F; }
p { color: rgb(209,128,63); }
H1.HeaderClassName
{
color: #D1803F;
}
.AnyTagClassName
{
color: #D1803F;
}
</style>
background-color css
<style>
a { background-color: #D1803F; }
a { background-color: rgb(209,128,63); }
div.DivClassName
{
background-color: #D1803F;
}
.BgClassName
{
background-color: #D1803F;
}
</style>
border-color css
<style>
span { border-color: #D1803F; }
span { border-color: rgb(209,128,63); }
td.TdClassName
{
border-color: #D1803F;
}
.TagClassName
{
border-color: #D1803F;
}
</style>