Shades of Peru #D08C3E
Tints of Peru #D08C3E
RGB
CMYK
RGB Variations
Color information
#D08C3E (or 0xD08C3E) is known color: Peru. HEX triplet: D0, 8C and 3E. RGB value is (208,140,62). Sum of RGB (Red+Green+Blue) = 208+140+62=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C3E is #2F73C1. Grayscale: #979797. Windows color (decimal): -3109826 or 4099280. OLE color: 4099280.
HSL color Cylindrical-coordinate representation of color #D08C3E: hue angle of 32.05º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D08C3E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 62 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.18 |
| HSL | 32.05º | 0.61% | 0.53% | - |
| HSV(B) | 32.05º | 0.7% | 0.82% | - |
| XYZ | 36.26 | 32.51 | 8.92 | - |
| YUV | 151.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 62 | 0 | 0.33 | 0.70 | 0.18 | 32.05 | 0.61 | 0.53 |
| Hex | D0 | 8C | 3E | 0 | 21 | 46 | 12 | 20 | 3D | 35 |
| Octal | 320 | 214 | 76 | 0 | 41 | 106 | 22 | 40 | 75 | 65 |
| Binary | 11010000 | 10001100 | 111110 | 0 | 100001 | 1000110 | 10010 | 100000 | 111101 | 110101 |
Color Harmonies of #D08C3E
Complementary color
Monochromatic Colors of #D08C3E
Black with #D08C3E
Text Example
Text Example
White with #D08C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C3E; }
p { color: rgb(208,140,62); }
H1.HeaderClassName
{
color: #D08C3E;
}
.AnyTagClassName
{
color: #D08C3E;
}
</style>
background-color css
<style>
a { background-color: #D08C3E; }
a { background-color: rgb(208,140,62); }
div.DivClassName
{
background-color: #D08C3E;
}
.BgClassName
{
background-color: #D08C3E;
}
</style>
border-color css
<style>
span { border-color: #D08C3E; }
span { border-color: rgb(208,140,62); }
td.TdClassName
{
border-color: #D08C3E;
}
.TagClassName
{
border-color: #D08C3E;
}
</style>