Shades of Peru #D3823F
Tints of Peru #D3823F
RGB
CMYK
RGB Variations
Color information
#D3823F (or 0xD3823F) is known color: Peru. HEX triplet: D3, 82 and 3F. RGB value is (211,130,63). Sum of RGB (Red+Green+Blue) = 211+130+63=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3823F is #2C7DC0. Grayscale: #929292. Windows color (decimal): -2915777 or 4162259. OLE color: 4162259.
HSL color Cylindrical-coordinate representation of color #D3823F: hue angle of 27.16º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3823F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 63 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.17 |
| HSL | 27.16º | 0.63% | 0.54% | - |
| HSV(B) | 27.16º | 0.7% | 0.83% | - |
| XYZ | 35.74 | 30.17 | 8.64 | - |
| YUV | 146.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 63 | 0 | 0.38 | 0.70 | 0.17 | 27.16 | 0.63 | 0.54 |
| Hex | D3 | 82 | 3F | 0 | 26 | 46 | 11 | 1B | 3F | 36 |
| Octal | 323 | 202 | 77 | 0 | 46 | 106 | 21 | 33 | 77 | 66 |
| Binary | 11010011 | 10000010 | 111111 | 0 | 100110 | 1000110 | 10001 | 11011 | 111111 | 110110 |
Color Harmonies of #D3823F
Complementary color
Monochromatic Colors of #D3823F
Black with #D3823F
Text Example
Text Example
White with #D3823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3823F; }
p { color: rgb(211,130,63); }
H1.HeaderClassName
{
color: #D3823F;
}
.AnyTagClassName
{
color: #D3823F;
}
</style>
background-color css
<style>
a { background-color: #D3823F; }
a { background-color: rgb(211,130,63); }
div.DivClassName
{
background-color: #D3823F;
}
.BgClassName
{
background-color: #D3823F;
}
</style>
border-color css
<style>
span { border-color: #D3823F; }
span { border-color: rgb(211,130,63); }
td.TdClassName
{
border-color: #D3823F;
}
.TagClassName
{
border-color: #D3823F;
}
</style>