Shades of Peru #D38D45
Tints of Peru #D38D45
RGB
CMYK
RGB Variations
Color information
#D38D45 (or 0xD38D45) is known color: Peru. HEX triplet: D3, 8D and 45. RGB value is (211,141,69). Sum of RGB (Red+Green+Blue) = 211+141+69=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38D45 is #2C72BA. Grayscale: #9A9A9A. Windows color (decimal): -2912955 or 4558291. OLE color: 4558291.
HSL color Cylindrical-coordinate representation of color #D38D45: hue angle of 30.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D38D45 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 69 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.17 |
| HSL | 30.42º | 0.62% | 0.55% | - |
| HSV(B) | 30.42º | 0.67% | 0.83% | - |
| XYZ | 37.46 | 33.33 | 10.09 | - |
| YUV | 153.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 69 | 0 | 0.33 | 0.67 | 0.17 | 30.42 | 0.62 | 0.55 |
| Hex | D3 | 8D | 45 | 0 | 21 | 43 | 11 | 1E | 3E | 37 |
| Octal | 323 | 215 | 105 | 0 | 41 | 103 | 21 | 36 | 76 | 67 |
| Binary | 11010011 | 10001101 | 1000101 | 0 | 100001 | 1000011 | 10001 | 11110 | 111110 | 110111 |
Color Harmonies of #D38D45
Complementary color
Monochromatic Colors of #D38D45
Black with #D38D45
Text Example
Text Example
White with #D38D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D45; }
p { color: rgb(211,141,69); }
H1.HeaderClassName
{
color: #D38D45;
}
.AnyTagClassName
{
color: #D38D45;
}
</style>
background-color css
<style>
a { background-color: #D38D45; }
a { background-color: rgb(211,141,69); }
div.DivClassName
{
background-color: #D38D45;
}
.BgClassName
{
background-color: #D38D45;
}
</style>
border-color css
<style>
span { border-color: #D38D45; }
span { border-color: rgb(211,141,69); }
td.TdClassName
{
border-color: #D38D45;
}
.TagClassName
{
border-color: #D38D45;
}
</style>