Shades of Peru #D18948
Tints of Peru #D18948
RGB
CMYK
RGB Variations
Color information
#D18948 (or 0xD18948) is known color: Peru. HEX triplet: D1, 89 and 48. RGB value is (209,137,72). Sum of RGB (Red+Green+Blue) = 209+137+72=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D18948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18948 is #2E76B7. Grayscale: #979797. Windows color (decimal): -3045048 or 4753873. OLE color: 4753873.
HSL color Cylindrical-coordinate representation of color #D18948: hue angle of 28.47º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D18948 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 72 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.18 |
| HSL | 28.47º | 0.6% | 0.55% | - |
| HSV(B) | 28.47º | 0.66% | 0.82% | - |
| XYZ | 36.41 | 31.91 | 10.37 | - |
| YUV | 151.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 72 | 0 | 0.34 | 0.66 | 0.18 | 28.47 | 0.6 | 0.55 |
| Hex | D1 | 89 | 48 | 0 | 22 | 42 | 12 | 1C | 3C | 37 |
| Octal | 321 | 211 | 110 | 0 | 42 | 102 | 22 | 34 | 74 | 67 |
| Binary | 11010001 | 10001001 | 1001000 | 0 | 100010 | 1000010 | 10010 | 11100 | 111100 | 110111 |
Color Harmonies of #D18948
Complementary color
Monochromatic Colors of #D18948
Black with #D18948
Text Example
Text Example
White with #D18948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18948; }
p { color: rgb(209,137,72); }
H1.HeaderClassName
{
color: #D18948;
}
.AnyTagClassName
{
color: #D18948;
}
</style>
background-color css
<style>
a { background-color: #D18948; }
a { background-color: rgb(209,137,72); }
div.DivClassName
{
background-color: #D18948;
}
.BgClassName
{
background-color: #D18948;
}
</style>
border-color css
<style>
span { border-color: #D18948; }
span { border-color: rgb(209,137,72); }
td.TdClassName
{
border-color: #D18948;
}
.TagClassName
{
border-color: #D18948;
}
</style>