Shades of Peru #D18F45
Tints of Peru #D18F45
RGB
CMYK
RGB Variations
Color information
#D18F45 (or 0xD18F45) is known color: Peru. HEX triplet: D1, 8F and 45. RGB value is (209,143,69). Sum of RGB (Red+Green+Blue) = 209+143+69=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F45 is #2E70BA. Grayscale: #9A9A9A. Windows color (decimal): -3043515 or 4558801. OLE color: 4558801.
HSL color Cylindrical-coordinate representation of color #D18F45: hue angle of 31.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D18F45 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 69 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.18 |
| HSL | 31.71º | 0.6% | 0.55% | - |
| HSV(B) | 31.71º | 0.67% | 0.82% | - |
| XYZ | 37.19 | 33.63 | 10.16 | - |
| YUV | 154.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 69 | 0 | 0.32 | 0.67 | 0.18 | 31.71 | 0.6 | 0.55 |
| Hex | D1 | 8F | 45 | 0 | 20 | 43 | 12 | 20 | 3C | 37 |
| Octal | 321 | 217 | 105 | 0 | 40 | 103 | 22 | 40 | 74 | 67 |
| Binary | 11010001 | 10001111 | 1000101 | 0 | 100000 | 1000011 | 10010 | 100000 | 111100 | 110111 |
Color Harmonies of #D18F45
Complementary color
Monochromatic Colors of #D18F45
Black with #D18F45
Text Example
Text Example
White with #D18F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F45; }
p { color: rgb(209,143,69); }
H1.HeaderClassName
{
color: #D18F45;
}
.AnyTagClassName
{
color: #D18F45;
}
</style>
background-color css
<style>
a { background-color: #D18F45; }
a { background-color: rgb(209,143,69); }
div.DivClassName
{
background-color: #D18F45;
}
.BgClassName
{
background-color: #D18F45;
}
</style>
border-color css
<style>
span { border-color: #D18F45; }
span { border-color: rgb(209,143,69); }
td.TdClassName
{
border-color: #D18F45;
}
.TagClassName
{
border-color: #D18F45;
}
</style>