Shades of Peru #D1823C
Tints of Peru #D1823C
RGB
CMYK
RGB Variations
Color information
#D1823C (or 0xD1823C) is known color: Peru. HEX triplet: D1, 82 and 3C. RGB value is (209,130,60). Sum of RGB (Red+Green+Blue) = 209+130+60=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1823C is #2E7DC3. Grayscale: #929292. Windows color (decimal): -3046852 or 3965649. OLE color: 3965649.
HSL color Cylindrical-coordinate representation of color #D1823C: hue angle of 28.19º 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 #D1823C is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 60 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.18 |
| HSL | 28.19º | 0.62% | 0.53% | - |
| HSV(B) | 28.19º | 0.71% | 0.82% | - |
| XYZ | 35.09 | 29.85 | 8.19 | - |
| YUV | 145.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 60 | 0 | 0.38 | 0.71 | 0.18 | 28.19 | 0.62 | 0.53 |
| Hex | D1 | 82 | 3C | 0 | 26 | 47 | 12 | 1C | 3E | 35 |
| Octal | 321 | 202 | 74 | 0 | 46 | 107 | 22 | 34 | 76 | 65 |
| Binary | 11010001 | 10000010 | 111100 | 0 | 100110 | 1000111 | 10010 | 11100 | 111110 | 110101 |
Color Harmonies of #D1823C
Complementary color
Monochromatic Colors of #D1823C
Black with #D1823C
Text Example
Text Example
White with #D1823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1823C; }
p { color: rgb(209,130,60); }
H1.HeaderClassName
{
color: #D1823C;
}
.AnyTagClassName
{
color: #D1823C;
}
</style>
background-color css
<style>
a { background-color: #D1823C; }
a { background-color: rgb(209,130,60); }
div.DivClassName
{
background-color: #D1823C;
}
.BgClassName
{
background-color: #D1823C;
}
</style>
border-color css
<style>
span { border-color: #D1823C; }
span { border-color: rgb(209,130,60); }
td.TdClassName
{
border-color: #D1823C;
}
.TagClassName
{
border-color: #D1823C;
}
</style>