Shades of Peru #D1803C
Tints of Peru #D1803C
RGB
CMYK
RGB Variations
Color information
#D1803C (or 0xD1803C) is known color: Peru. HEX triplet: D1, 80 and 3C. RGB value is (209,128,60). Sum of RGB (Red+Green+Blue) = 209+128+60=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1803C is #2E7FC3. Grayscale: #909090. Windows color (decimal): -3047364 or 3965137. OLE color: 3965137.
HSL color Cylindrical-coordinate representation of color #D1803C: hue angle of 27.38º 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 #D1803C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 60 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.18 |
| HSL | 27.38º | 0.62% | 0.53% | - |
| HSV(B) | 27.38º | 0.71% | 0.82% | - |
| XYZ | 34.83 | 29.32 | 8.1 | - |
| YUV | 144.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 60 | 0 | 0.39 | 0.71 | 0.18 | 27.38 | 0.62 | 0.53 |
| Hex | D1 | 80 | 3C | 0 | 27 | 47 | 12 | 1B | 3E | 35 |
| Octal | 321 | 200 | 74 | 0 | 47 | 107 | 22 | 33 | 76 | 65 |
| Binary | 11010001 | 10000000 | 111100 | 0 | 100111 | 1000111 | 10010 | 11011 | 111110 | 110101 |
Color Harmonies of #D1803C
Complementary color
Monochromatic Colors of #D1803C
Black with #D1803C
Text Example
Text Example
White with #D1803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1803C; }
p { color: rgb(209,128,60); }
H1.HeaderClassName
{
color: #D1803C;
}
.AnyTagClassName
{
color: #D1803C;
}
</style>
background-color css
<style>
a { background-color: #D1803C; }
a { background-color: rgb(209,128,60); }
div.DivClassName
{
background-color: #D1803C;
}
.BgClassName
{
background-color: #D1803C;
}
</style>
border-color css
<style>
span { border-color: #D1803C; }
span { border-color: rgb(209,128,60); }
td.TdClassName
{
border-color: #D1803C;
}
.TagClassName
{
border-color: #D1803C;
}
</style>