Shades of Peru #D1823E
Tints of Peru #D1823E
RGB
CMYK
RGB Variations
Color information
#D1823E (or 0xD1823E) is known color: Peru. HEX triplet: D1, 82 and 3E. RGB value is (209,130,62). Sum of RGB (Red+Green+Blue) = 209+130+62=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1823E is #2E7DC1. Grayscale: #929292. Windows color (decimal): -3046850 or 4096721. OLE color: 4096721.
HSL color Cylindrical-coordinate representation of color #D1823E: hue angle of 27.76º degrees, saturation: 0.62, 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 #D1823E is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 62 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.18 |
| HSL | 27.76º | 0.62% | 0.53% | - |
| HSV(B) | 27.76º | 0.7% | 0.82% | - |
| XYZ | 35.15 | 29.87 | 8.47 | - |
| YUV | 145.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 62 | 0 | 0.38 | 0.70 | 0.18 | 27.76 | 0.62 | 0.53 |
| Hex | D1 | 82 | 3E | 0 | 26 | 46 | 12 | 1C | 3E | 35 |
| Octal | 321 | 202 | 76 | 0 | 46 | 106 | 22 | 34 | 76 | 65 |
| Binary | 11010001 | 10000010 | 111110 | 0 | 100110 | 1000110 | 10010 | 11100 | 111110 | 110101 |
Color Harmonies of #D1823E
Complementary color
Monochromatic Colors of #D1823E
Black with #D1823E
Text Example
Text Example
White with #D1823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1823E; }
p { color: rgb(209,130,62); }
H1.HeaderClassName
{
color: #D1823E;
}
.AnyTagClassName
{
color: #D1823E;
}
</style>
background-color css
<style>
a { background-color: #D1823E; }
a { background-color: rgb(209,130,62); }
div.DivClassName
{
background-color: #D1823E;
}
.BgClassName
{
background-color: #D1823E;
}
</style>
border-color css
<style>
span { border-color: #D1823E; }
span { border-color: rgb(209,130,62); }
td.TdClassName
{
border-color: #D1823E;
}
.TagClassName
{
border-color: #D1823E;
}
</style>