Shades of Peru #D18F44
Tints of Peru #D18F44
RGB
CMYK
RGB Variations
Color information
#D18F44 (or 0xD18F44) is known color: Peru. HEX triplet: D1, 8F and 44. RGB value is (209,143,68). Sum of RGB (Red+Green+Blue) = 209+143+68=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F44 is #2E70BB. Grayscale: #9A9A9A. Windows color (decimal): -3043516 or 4493265. OLE color: 4493265.
HSL color Cylindrical-coordinate representation of color #D18F44: hue angle of 31.91º 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 #D18F44 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 68 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.18 |
| HSL | 31.91º | 0.61% | 0.54% | - |
| HSV(B) | 31.91º | 0.67% | 0.82% | - |
| XYZ | 37.16 | 33.62 | 10 | - |
| YUV | 154.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 68 | 0 | 0.32 | 0.67 | 0.18 | 31.91 | 0.61 | 0.54 |
| Hex | D1 | 8F | 44 | 0 | 20 | 43 | 12 | 20 | 3D | 36 |
| Octal | 321 | 217 | 104 | 0 | 40 | 103 | 22 | 40 | 75 | 66 |
| Binary | 11010001 | 10001111 | 1000100 | 0 | 100000 | 1000011 | 10010 | 100000 | 111101 | 110110 |
Color Harmonies of #D18F44
Complementary color
Monochromatic Colors of #D18F44
Black with #D18F44
Text Example
Text Example
White with #D18F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F44; }
p { color: rgb(209,143,68); }
H1.HeaderClassName
{
color: #D18F44;
}
.AnyTagClassName
{
color: #D18F44;
}
</style>
background-color css
<style>
a { background-color: #D18F44; }
a { background-color: rgb(209,143,68); }
div.DivClassName
{
background-color: #D18F44;
}
.BgClassName
{
background-color: #D18F44;
}
</style>
border-color css
<style>
span { border-color: #D18F44; }
span { border-color: rgb(209,143,68); }
td.TdClassName
{
border-color: #D18F44;
}
.TagClassName
{
border-color: #D18F44;
}
</style>