Shades of Peru #D18941
Tints of Peru #D18941
RGB
CMYK
RGB Variations
Color information
#D18941 (or 0xD18941) is known color: Peru. HEX triplet: D1, 89 and 41. RGB value is (209,137,65). Sum of RGB (Red+Green+Blue) = 209+137+65=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D18941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18941 is #2E76BE. Grayscale: #969696. Windows color (decimal): -3045055 or 4295121. OLE color: 4295121.
HSL color Cylindrical-coordinate representation of color #D18941: hue angle of 30º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18941 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 65 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.18 |
| HSL | 30º | 0.61% | 0.54% | - |
| HSV(B) | 30º | 0.69% | 0.82% | - |
| XYZ | 36.19 | 31.83 | 9.24 | - |
| YUV | 150.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 65 | 0 | 0.34 | 0.69 | 0.18 | 30 | 0.61 | 0.54 |
| Hex | D1 | 89 | 41 | 0 | 22 | 45 | 12 | 1E | 3D | 36 |
| Octal | 321 | 211 | 101 | 0 | 42 | 105 | 22 | 36 | 75 | 66 |
| Binary | 11010001 | 10001001 | 1000001 | 0 | 100010 | 1000101 | 10010 | 11110 | 111101 | 110110 |
Color Harmonies of #D18941
Complementary color
Monochromatic Colors of #D18941
Black with #D18941
Text Example
Text Example
White with #D18941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18941; }
p { color: rgb(209,137,65); }
H1.HeaderClassName
{
color: #D18941;
}
.AnyTagClassName
{
color: #D18941;
}
</style>
background-color css
<style>
a { background-color: #D18941; }
a { background-color: rgb(209,137,65); }
div.DivClassName
{
background-color: #D18941;
}
.BgClassName
{
background-color: #D18941;
}
</style>
border-color css
<style>
span { border-color: #D18941; }
span { border-color: rgb(209,137,65); }
td.TdClassName
{
border-color: #D18941;
}
.TagClassName
{
border-color: #D18941;
}
</style>