Shades of Peru #D18A44
Tints of Peru #D18A44
RGB
CMYK
RGB Variations
Color information
#D18A44 (or 0xD18A44) is known color: Peru. HEX triplet: D1, 8A and 44. RGB value is (209,138,68). Sum of RGB (Red+Green+Blue) = 209+138+68=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A44 is #2E75BB. Grayscale: #979797. Windows color (decimal): -3044796 or 4491985. OLE color: 4491985.
HSL color Cylindrical-coordinate representation of color #D18A44: hue angle of 29.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D18A44 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 68 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.18 |
| HSL | 29.79º | 0.61% | 0.54% | - |
| HSV(B) | 29.79º | 0.67% | 0.82% | - |
| XYZ | 36.43 | 32.15 | 9.75 | - |
| YUV | 151.25 | 81.02 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 68 | 0 | 0.34 | 0.67 | 0.18 | 29.79 | 0.61 | 0.54 |
| Hex | D1 | 8A | 44 | 0 | 22 | 43 | 12 | 1E | 3D | 36 |
| Octal | 321 | 212 | 104 | 0 | 42 | 103 | 22 | 36 | 75 | 66 |
| Binary | 11010001 | 10001010 | 1000100 | 0 | 100010 | 1000011 | 10010 | 11110 | 111101 | 110110 |
Color Harmonies of #D18A44
Complementary color
Monochromatic Colors of #D18A44
Black with #D18A44
Text Example
Text Example
White with #D18A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A44; }
p { color: rgb(209,138,68); }
H1.HeaderClassName
{
color: #D18A44;
}
.AnyTagClassName
{
color: #D18A44;
}
</style>
background-color css
<style>
a { background-color: #D18A44; }
a { background-color: rgb(209,138,68); }
div.DivClassName
{
background-color: #D18A44;
}
.BgClassName
{
background-color: #D18A44;
}
</style>
border-color css
<style>
span { border-color: #D18A44; }
span { border-color: rgb(209,138,68); }
td.TdClassName
{
border-color: #D18A44;
}
.TagClassName
{
border-color: #D18A44;
}
</style>