Shades of Peru #D68F3F
Tints of Peru #D68F3F
RGB
CMYK
RGB Variations
Color information
#D68F3F (or 0xD68F3F) is known color: Peru. HEX triplet: D6, 8F and 3F. RGB value is (214,143,63). Sum of RGB (Red+Green+Blue) = 214+143+63=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F3F is #2970C0. Grayscale: #9B9B9B. Windows color (decimal): -2715841 or 4165590. OLE color: 4165590.
HSL color Cylindrical-coordinate representation of color #D68F3F: hue angle of 31.79º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D68F3F is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 63 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.16 |
| HSL | 31.79º | 0.65% | 0.54% | - |
| HSV(B) | 31.79º | 0.71% | 0.84% | - |
| XYZ | 38.45 | 34.3 | 9.3 | - |
| YUV | 155.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 63 | 0 | 0.33 | 0.71 | 0.16 | 31.79 | 0.65 | 0.54 |
| Hex | D6 | 8F | 3F | 0 | 21 | 47 | 10 | 20 | 41 | 36 |
| Octal | 326 | 217 | 77 | 0 | 41 | 107 | 20 | 40 | 101 | 66 |
| Binary | 11010110 | 10001111 | 111111 | 0 | 100001 | 1000111 | 10000 | 100000 | 1000001 | 110110 |
Color Harmonies of #D68F3F
Complementary color
Monochromatic Colors of #D68F3F
Black with #D68F3F
Text Example
Text Example
White with #D68F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F3F; }
p { color: rgb(214,143,63); }
H1.HeaderClassName
{
color: #D68F3F;
}
.AnyTagClassName
{
color: #D68F3F;
}
</style>
background-color css
<style>
a { background-color: #D68F3F; }
a { background-color: rgb(214,143,63); }
div.DivClassName
{
background-color: #D68F3F;
}
.BgClassName
{
background-color: #D68F3F;
}
</style>
border-color css
<style>
span { border-color: #D68F3F; }
span { border-color: rgb(214,143,63); }
td.TdClassName
{
border-color: #D68F3F;
}
.TagClassName
{
border-color: #D68F3F;
}
</style>