Shades of Peru #D68E43
Tints of Peru #D68E43
RGB
CMYK
RGB Variations
Color information
#D68E43 (or 0xD68E43) is known color: Peru. HEX triplet: D6, 8E and 43. RGB value is (214,142,67). Sum of RGB (Red+Green+Blue) = 214+142+67=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E43 is #2971BC. Grayscale: #9B9B9B. Windows color (decimal): -2716093 or 4427478. OLE color: 4427478.
HSL color Cylindrical-coordinate representation of color #D68E43: hue angle of 30.61º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D68E43 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 67 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.16 |
| HSL | 30.61º | 0.64% | 0.55% | - |
| HSV(B) | 30.61º | 0.69% | 0.84% | - |
| XYZ | 38.42 | 34.05 | 9.86 | - |
| YUV | 154.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 67 | 0 | 0.34 | 0.69 | 0.16 | 30.61 | 0.64 | 0.55 |
| Hex | D6 | 8E | 43 | 0 | 22 | 45 | 10 | 1F | 40 | 37 |
| Octal | 326 | 216 | 103 | 0 | 42 | 105 | 20 | 37 | 100 | 67 |
| Binary | 11010110 | 10001110 | 1000011 | 0 | 100010 | 1000101 | 10000 | 11111 | 1000000 | 110111 |
Color Harmonies of #D68E43
Complementary color
Monochromatic Colors of #D68E43
Black with #D68E43
Text Example
Text Example
White with #D68E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E43; }
p { color: rgb(214,142,67); }
H1.HeaderClassName
{
color: #D68E43;
}
.AnyTagClassName
{
color: #D68E43;
}
</style>
background-color css
<style>
a { background-color: #D68E43; }
a { background-color: rgb(214,142,67); }
div.DivClassName
{
background-color: #D68E43;
}
.BgClassName
{
background-color: #D68E43;
}
</style>
border-color css
<style>
span { border-color: #D68E43; }
span { border-color: rgb(214,142,67); }
td.TdClassName
{
border-color: #D68E43;
}
.TagClassName
{
border-color: #D68E43;
}
</style>