Shades of Peru #D68E47
Tints of Peru #D68E47
RGB
CMYK
RGB Variations
Color information
#D68E47 (or 0xD68E47) is known color: Peru. HEX triplet: D6, 8E and 47. RGB value is (214,142,71). Sum of RGB (Red+Green+Blue) = 214+142+71=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E47 is #2971B8. Grayscale: #9B9B9B. Windows color (decimal): -2716089 or 4689622. OLE color: 4689622.
HSL color Cylindrical-coordinate representation of color #D68E47: hue angle of 29.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D68E47 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 71 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.16 |
| HSL | 29.79º | 0.64% | 0.56% | - |
| HSV(B) | 29.79º | 0.67% | 0.84% | - |
| XYZ | 38.54 | 34.1 | 10.51 | - |
| YUV | 155.43 | 80.35 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 71 | 0 | 0.34 | 0.67 | 0.16 | 29.79 | 0.64 | 0.56 |
| Hex | D6 | 8E | 47 | 0 | 22 | 43 | 10 | 1E | 40 | 38 |
| Octal | 326 | 216 | 107 | 0 | 42 | 103 | 20 | 36 | 100 | 70 |
| Binary | 11010110 | 10001110 | 1000111 | 0 | 100010 | 1000011 | 10000 | 11110 | 1000000 | 111000 |
Color Harmonies of #D68E47
Complementary color
Monochromatic Colors of #D68E47
Black with #D68E47
Text Example
Text Example
White with #D68E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E47; }
p { color: rgb(214,142,71); }
H1.HeaderClassName
{
color: #D68E47;
}
.AnyTagClassName
{
color: #D68E47;
}
</style>
background-color css
<style>
a { background-color: #D68E47; }
a { background-color: rgb(214,142,71); }
div.DivClassName
{
background-color: #D68E47;
}
.BgClassName
{
background-color: #D68E47;
}
</style>
border-color css
<style>
span { border-color: #D68E47; }
span { border-color: rgb(214,142,71); }
td.TdClassName
{
border-color: #D68E47;
}
.TagClassName
{
border-color: #D68E47;
}
</style>