Shades of Peru #D18B3F
Tints of Peru #D18B3F
RGB
CMYK
RGB Variations
Color information
#D18B3F (or 0xD18B3F) is known color: Peru. HEX triplet: D1, 8B and 3F. RGB value is (209,139,63). Sum of RGB (Red+Green+Blue) = 209+139+63=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B3F is #2E74C0. Grayscale: #979797. Windows color (decimal): -3044545 or 4164561. OLE color: 4164561.
HSL color Cylindrical-coordinate representation of color #D18B3F: hue angle of 31.23º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D18B3F is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 63 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.18 |
| HSL | 31.23º | 0.61% | 0.53% | - |
| HSV(B) | 31.23º | 0.7% | 0.82% | - |
| XYZ | 36.42 | 32.38 | 9.03 | - |
| YUV | 151.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 63 | 0 | 0.33 | 0.70 | 0.18 | 31.23 | 0.61 | 0.53 |
| Hex | D1 | 8B | 3F | 0 | 21 | 46 | 12 | 1F | 3D | 35 |
| Octal | 321 | 213 | 77 | 0 | 41 | 106 | 22 | 37 | 75 | 65 |
| Binary | 11010001 | 10001011 | 111111 | 0 | 100001 | 1000110 | 10010 | 11111 | 111101 | 110101 |
Color Harmonies of #D18B3F
Complementary color
Monochromatic Colors of #D18B3F
Black with #D18B3F
Text Example
Text Example
White with #D18B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B3F; }
p { color: rgb(209,139,63); }
H1.HeaderClassName
{
color: #D18B3F;
}
.AnyTagClassName
{
color: #D18B3F;
}
</style>
background-color css
<style>
a { background-color: #D18B3F; }
a { background-color: rgb(209,139,63); }
div.DivClassName
{
background-color: #D18B3F;
}
.BgClassName
{
background-color: #D18B3F;
}
</style>
border-color css
<style>
span { border-color: #D18B3F; }
span { border-color: rgb(209,139,63); }
td.TdClassName
{
border-color: #D18B3F;
}
.TagClassName
{
border-color: #D18B3F;
}
</style>