Shades of Peru #D38D3D
Tints of Peru #D38D3D
RGB
CMYK
RGB Variations
Color information
#D38D3D (or 0xD38D3D) is known color: Peru. HEX triplet: D3, 8D and 3D. RGB value is (211,141,61). Sum of RGB (Red+Green+Blue) = 211+141+61=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38D3D is #2C72C2. Grayscale: #999999. Windows color (decimal): -2912963 or 4034003. OLE color: 4034003.
HSL color Cylindrical-coordinate representation of color #D38D3D: hue angle of 32º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D38D3D is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 61 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.17 |
| HSL | 32º | 0.63% | 0.53% | - |
| HSV(B) | 32º | 0.71% | 0.83% | - |
| XYZ | 37.23 | 33.24 | 8.87 | - |
| YUV | 152.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 61 | 0 | 0.33 | 0.71 | 0.17 | 32 | 0.63 | 0.53 |
| Hex | D3 | 8D | 3D | 0 | 21 | 47 | 11 | 20 | 3F | 35 |
| Octal | 323 | 215 | 75 | 0 | 41 | 107 | 21 | 40 | 77 | 65 |
| Binary | 11010011 | 10001101 | 111101 | 0 | 100001 | 1000111 | 10001 | 100000 | 111111 | 110101 |
Color Harmonies of #D38D3D
Complementary color
Monochromatic Colors of #D38D3D
Black with #D38D3D
Text Example
Text Example
White with #D38D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D3D; }
p { color: rgb(211,141,61); }
H1.HeaderClassName
{
color: #D38D3D;
}
.AnyTagClassName
{
color: #D38D3D;
}
</style>
background-color css
<style>
a { background-color: #D38D3D; }
a { background-color: rgb(211,141,61); }
div.DivClassName
{
background-color: #D38D3D;
}
.BgClassName
{
background-color: #D38D3D;
}
</style>
border-color css
<style>
span { border-color: #D38D3D; }
span { border-color: rgb(211,141,61); }
td.TdClassName
{
border-color: #D38D3D;
}
.TagClassName
{
border-color: #D38D3D;
}
</style>