Shades of Peru #D68C44
Tints of Peru #D68C44
RGB
CMYK
RGB Variations
Color information
#D68C44 (or 0xD68C44) is known color: Peru. HEX triplet: D6, 8C and 44. RGB value is (214,140,68). Sum of RGB (Red+Green+Blue) = 214+140+68=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C44 is #2973BB. Grayscale: #9A9A9A. Windows color (decimal): -2716604 or 4492502. OLE color: 4492502.
HSL color Cylindrical-coordinate representation of color #D68C44: hue angle of 29.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D68C44 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 68 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.16 |
| HSL | 29.59º | 0.64% | 0.55% | - |
| HSV(B) | 29.59º | 0.68% | 0.84% | - |
| XYZ | 38.15 | 33.47 | 9.92 | - |
| YUV | 153.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 68 | 0 | 0.35 | 0.68 | 0.16 | 29.59 | 0.64 | 0.55 |
| Hex | D6 | 8C | 44 | 0 | 23 | 44 | 10 | 1E | 40 | 37 |
| Octal | 326 | 214 | 104 | 0 | 43 | 104 | 20 | 36 | 100 | 67 |
| Binary | 11010110 | 10001100 | 1000100 | 0 | 100011 | 1000100 | 10000 | 11110 | 1000000 | 110111 |
Color Harmonies of #D68C44
Complementary color
Monochromatic Colors of #D68C44
Black with #D68C44
Text Example
Text Example
White with #D68C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C44; }
p { color: rgb(214,140,68); }
H1.HeaderClassName
{
color: #D68C44;
}
.AnyTagClassName
{
color: #D68C44;
}
</style>
background-color css
<style>
a { background-color: #D68C44; }
a { background-color: rgb(214,140,68); }
div.DivClassName
{
background-color: #D68C44;
}
.BgClassName
{
background-color: #D68C44;
}
</style>
border-color css
<style>
span { border-color: #D68C44; }
span { border-color: rgb(214,140,68); }
td.TdClassName
{
border-color: #D68C44;
}
.TagClassName
{
border-color: #D68C44;
}
</style>