Shades of Peru #D1803B
Tints of Peru #D1803B
RGB
CMYK
RGB Variations
Color information
#D1803B (or 0xD1803B) is known color: Peru. HEX triplet: D1, 80 and 3B. RGB value is (209,128,59). Sum of RGB (Red+Green+Blue) = 209+128+59=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1803B is #2E7FC4. Grayscale: #909090. Windows color (decimal): -3047365 or 3899601. OLE color: 3899601.
HSL color Cylindrical-coordinate representation of color #D1803B: hue angle of 27.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1803B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 59 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.18 |
| HSL | 27.6º | 0.62% | 0.53% | - |
| HSV(B) | 27.6º | 0.72% | 0.82% | - |
| XYZ | 34.8 | 29.31 | 7.96 | - |
| YUV | 144.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 59 | 0 | 0.39 | 0.72 | 0.18 | 27.6 | 0.62 | 0.53 |
| Hex | D1 | 80 | 3B | 0 | 27 | 48 | 12 | 1C | 3E | 35 |
| Octal | 321 | 200 | 73 | 0 | 47 | 110 | 22 | 34 | 76 | 65 |
| Binary | 11010001 | 10000000 | 111011 | 0 | 100111 | 1001000 | 10010 | 11100 | 111110 | 110101 |
Color Harmonies of #D1803B
Complementary color
Monochromatic Colors of #D1803B
Black with #D1803B
Text Example
Text Example
White with #D1803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1803B; }
p { color: rgb(209,128,59); }
H1.HeaderClassName
{
color: #D1803B;
}
.AnyTagClassName
{
color: #D1803B;
}
</style>
background-color css
<style>
a { background-color: #D1803B; }
a { background-color: rgb(209,128,59); }
div.DivClassName
{
background-color: #D1803B;
}
.BgClassName
{
background-color: #D1803B;
}
</style>
border-color css
<style>
span { border-color: #D1803B; }
span { border-color: rgb(209,128,59); }
td.TdClassName
{
border-color: #D1803B;
}
.TagClassName
{
border-color: #D1803B;
}
</style>