Shades of Peru #D68D49
Tints of Peru #D68D49
RGB
CMYK
RGB Variations
Color information
#D68D49 (or 0xD68D49) is known color: Peru. HEX triplet: D6, 8D and 49. RGB value is (214,141,73). Sum of RGB (Red+Green+Blue) = 214+141+73=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D49 is #2972B6. Grayscale: #9B9B9B. Windows color (decimal): -2716343 or 4820438. OLE color: 4820438.
HSL color Cylindrical-coordinate representation of color #D68D49: hue angle of 28.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D68D49 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 73 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.16 |
| HSL | 28.94º | 0.63% | 0.56% | - |
| HSV(B) | 28.94º | 0.66% | 0.84% | - |
| XYZ | 38.46 | 33.83 | 10.81 | - |
| YUV | 155.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 73 | 0 | 0.34 | 0.66 | 0.16 | 28.94 | 0.63 | 0.56 |
| Hex | D6 | 8D | 49 | 0 | 22 | 42 | 10 | 1D | 3F | 38 |
| Octal | 326 | 215 | 111 | 0 | 42 | 102 | 20 | 35 | 77 | 70 |
| Binary | 11010110 | 10001101 | 1001001 | 0 | 100010 | 1000010 | 10000 | 11101 | 111111 | 111000 |
Color Harmonies of #D68D49
Complementary color
Monochromatic Colors of #D68D49
Black with #D68D49
Text Example
Text Example
White with #D68D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D49; }
p { color: rgb(214,141,73); }
H1.HeaderClassName
{
color: #D68D49;
}
.AnyTagClassName
{
color: #D68D49;
}
</style>
background-color css
<style>
a { background-color: #D68D49; }
a { background-color: rgb(214,141,73); }
div.DivClassName
{
background-color: #D68D49;
}
.BgClassName
{
background-color: #D68D49;
}
</style>
border-color css
<style>
span { border-color: #D68D49; }
span { border-color: rgb(214,141,73); }
td.TdClassName
{
border-color: #D68D49;
}
.TagClassName
{
border-color: #D68D49;
}
</style>