Shades of Peru #D1823D
Tints of Peru #D1823D
RGB
CMYK
RGB Variations
Color information
#D1823D (or 0xD1823D) is known color: Peru. HEX triplet: D1, 82 and 3D. RGB value is (209,130,61). Sum of RGB (Red+Green+Blue) = 209+130+61=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1823D is #2E7DC2. Grayscale: #929292. Windows color (decimal): -3046851 or 4031185. OLE color: 4031185.
HSL color Cylindrical-coordinate representation of color #D1823D: hue angle of 27.97º 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 #D1823D is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 61 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.18 |
| HSL | 27.97º | 0.62% | 0.53% | - |
| HSV(B) | 27.97º | 0.71% | 0.82% | - |
| XYZ | 35.12 | 29.86 | 8.33 | - |
| YUV | 145.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 61 | 0 | 0.38 | 0.71 | 0.18 | 27.97 | 0.62 | 0.53 |
| Hex | D1 | 82 | 3D | 0 | 26 | 47 | 12 | 1C | 3E | 35 |
| Octal | 321 | 202 | 75 | 0 | 46 | 107 | 22 | 34 | 76 | 65 |
| Binary | 11010001 | 10000010 | 111101 | 0 | 100110 | 1000111 | 10010 | 11100 | 111110 | 110101 |
Color Harmonies of #D1823D
Complementary color
Monochromatic Colors of #D1823D
Black with #D1823D
Text Example
Text Example
White with #D1823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1823D; }
p { color: rgb(209,130,61); }
H1.HeaderClassName
{
color: #D1823D;
}
.AnyTagClassName
{
color: #D1823D;
}
</style>
background-color css
<style>
a { background-color: #D1823D; }
a { background-color: rgb(209,130,61); }
div.DivClassName
{
background-color: #D1823D;
}
.BgClassName
{
background-color: #D1823D;
}
</style>
border-color css
<style>
span { border-color: #D1823D; }
span { border-color: rgb(209,130,61); }
td.TdClassName
{
border-color: #D1823D;
}
.TagClassName
{
border-color: #D1823D;
}
</style>