Shades of Peru #D38D44
Tints of Peru #D38D44
RGB
CMYK
RGB Variations
Color information
#D38D44 (or 0xD38D44) is known color: Peru. HEX triplet: D3, 8D and 44. RGB value is (211,141,68). Sum of RGB (Red+Green+Blue) = 211+141+68=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38D44 is #2C72BB. Grayscale: #999999. Windows color (decimal): -2912956 or 4492755. OLE color: 4492755.
HSL color Cylindrical-coordinate representation of color #D38D44: hue angle of 30.63º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D38D44 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 68 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.17 |
| HSL | 30.63º | 0.62% | 0.55% | - |
| HSV(B) | 30.63º | 0.68% | 0.83% | - |
| XYZ | 37.43 | 33.32 | 9.93 | - |
| YUV | 153.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 68 | 0 | 0.33 | 0.68 | 0.17 | 30.63 | 0.62 | 0.55 |
| Hex | D3 | 8D | 44 | 0 | 21 | 44 | 11 | 1F | 3E | 37 |
| Octal | 323 | 215 | 104 | 0 | 41 | 104 | 21 | 37 | 76 | 67 |
| Binary | 11010011 | 10001101 | 1000100 | 0 | 100001 | 1000100 | 10001 | 11111 | 111110 | 110111 |
Color Harmonies of #D38D44
Complementary color
Monochromatic Colors of #D38D44
Black with #D38D44
Text Example
Text Example
White with #D38D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D44; }
p { color: rgb(211,141,68); }
H1.HeaderClassName
{
color: #D38D44;
}
.AnyTagClassName
{
color: #D38D44;
}
</style>
background-color css
<style>
a { background-color: #D38D44; }
a { background-color: rgb(211,141,68); }
div.DivClassName
{
background-color: #D38D44;
}
.BgClassName
{
background-color: #D38D44;
}
</style>
border-color css
<style>
span { border-color: #D38D44; }
span { border-color: rgb(211,141,68); }
td.TdClassName
{
border-color: #D38D44;
}
.TagClassName
{
border-color: #D38D44;
}
</style>