Shades of Peru #D19049
Tints of Peru #D19049
RGB
CMYK
RGB Variations
Color information
#D19049 (or 0xD19049) is known color: Peru. HEX triplet: D1, 90 and 49. RGB value is (209,144,73). Sum of RGB (Red+Green+Blue) = 209+144+73=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D19049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19049 is #2E6FB6. Grayscale: #9B9B9B. Windows color (decimal): -3043255 or 4821201. OLE color: 4821201.
HSL color Cylindrical-coordinate representation of color #D19049: hue angle of 31.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D19049 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 73 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.18 |
| HSL | 31.32º | 0.6% | 0.55% | - |
| HSV(B) | 31.32º | 0.65% | 0.82% | - |
| XYZ | 37.47 | 33.98 | 10.89 | - |
| YUV | 155.34 | 81.53 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 73 | 0 | 0.31 | 0.65 | 0.18 | 31.32 | 0.6 | 0.55 |
| Hex | D1 | 90 | 49 | 0 | 1F | 41 | 12 | 1F | 3C | 37 |
| Octal | 321 | 220 | 111 | 0 | 37 | 101 | 22 | 37 | 74 | 67 |
| Binary | 11010001 | 10010000 | 1001001 | 0 | 11111 | 1000001 | 10010 | 11111 | 111100 | 110111 |
Color Harmonies of #D19049
Complementary color
Monochromatic Colors of #D19049
Black with #D19049
Text Example
Text Example
White with #D19049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19049; }
p { color: rgb(209,144,73); }
H1.HeaderClassName
{
color: #D19049;
}
.AnyTagClassName
{
color: #D19049;
}
</style>
background-color css
<style>
a { background-color: #D19049; }
a { background-color: rgb(209,144,73); }
div.DivClassName
{
background-color: #D19049;
}
.BgClassName
{
background-color: #D19049;
}
</style>
border-color css
<style>
span { border-color: #D19049; }
span { border-color: rgb(209,144,73); }
td.TdClassName
{
border-color: #D19049;
}
.TagClassName
{
border-color: #D19049;
}
</style>