Shades of Peru #D19048
Tints of Peru #D19048
RGB
CMYK
RGB Variations
Color information
#D19048 (or 0xD19048) is known color: Peru. HEX triplet: D1, 90 and 48. RGB value is (209,144,72). Sum of RGB (Red+Green+Blue) = 209+144+72=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D19048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19048 is #2E6FB7. Grayscale: #9B9B9B. Windows color (decimal): -3043256 or 4755665. OLE color: 4755665.
HSL color Cylindrical-coordinate representation of color #D19048: hue angle of 31.53º 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 #D19048 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 72 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.18 |
| HSL | 31.53º | 0.6% | 0.55% | - |
| HSV(B) | 31.53º | 0.66% | 0.82% | - |
| XYZ | 37.44 | 33.97 | 10.71 | - |
| YUV | 155.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 72 | 0 | 0.31 | 0.66 | 0.18 | 31.53 | 0.6 | 0.55 |
| Hex | D1 | 90 | 48 | 0 | 1F | 42 | 12 | 20 | 3C | 37 |
| Octal | 321 | 220 | 110 | 0 | 37 | 102 | 22 | 40 | 74 | 67 |
| Binary | 11010001 | 10010000 | 1001000 | 0 | 11111 | 1000010 | 10010 | 100000 | 111100 | 110111 |
Color Harmonies of #D19048
Complementary color
Monochromatic Colors of #D19048
Black with #D19048
Text Example
Text Example
White with #D19048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19048; }
p { color: rgb(209,144,72); }
H1.HeaderClassName
{
color: #D19048;
}
.AnyTagClassName
{
color: #D19048;
}
</style>
background-color css
<style>
a { background-color: #D19048; }
a { background-color: rgb(209,144,72); }
div.DivClassName
{
background-color: #D19048;
}
.BgClassName
{
background-color: #D19048;
}
</style>
border-color css
<style>
span { border-color: #D19048; }
span { border-color: rgb(209,144,72); }
td.TdClassName
{
border-color: #D19048;
}
.TagClassName
{
border-color: #D19048;
}
</style>