Shades of Peru #D3803E
Tints of Peru #D3803E
RGB
CMYK
RGB Variations
Color information
#D3803E (or 0xD3803E) is known color: Peru. HEX triplet: D3, 80 and 3E. RGB value is (211,128,62). Sum of RGB (Red+Green+Blue) = 211+128+62=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3803E is #2C7FC1. Grayscale: #919191. Windows color (decimal): -2916290 or 4096211. OLE color: 4096211.
HSL color Cylindrical-coordinate representation of color #D3803E: hue angle of 26.58º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3803E is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 62 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.17 |
| HSL | 26.58º | 0.63% | 0.54% | - |
| HSV(B) | 26.58º | 0.71% | 0.83% | - |
| XYZ | 35.45 | 29.64 | 8.41 | - |
| YUV | 145.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 62 | 0 | 0.39 | 0.71 | 0.17 | 26.58 | 0.63 | 0.54 |
| Hex | D3 | 80 | 3E | 0 | 27 | 47 | 11 | 1B | 3F | 36 |
| Octal | 323 | 200 | 76 | 0 | 47 | 107 | 21 | 33 | 77 | 66 |
| Binary | 11010011 | 10000000 | 111110 | 0 | 100111 | 1000111 | 10001 | 11011 | 111111 | 110110 |
Color Harmonies of #D3803E
Complementary color
Monochromatic Colors of #D3803E
Black with #D3803E
Text Example
Text Example
White with #D3803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3803E; }
p { color: rgb(211,128,62); }
H1.HeaderClassName
{
color: #D3803E;
}
.AnyTagClassName
{
color: #D3803E;
}
</style>
background-color css
<style>
a { background-color: #D3803E; }
a { background-color: rgb(211,128,62); }
div.DivClassName
{
background-color: #D3803E;
}
.BgClassName
{
background-color: #D3803E;
}
</style>
border-color css
<style>
span { border-color: #D3803E; }
span { border-color: rgb(211,128,62); }
td.TdClassName
{
border-color: #D3803E;
}
.TagClassName
{
border-color: #D3803E;
}
</style>