Shades of Peru #D88C3F
Tints of Peru #D88C3F
RGB
CMYK
RGB Variations
Color information
#D88C3F (or 0xD88C3F) is known color: Peru. HEX triplet: D8, 8C and 3F. RGB value is (216,140,63). Sum of RGB (Red+Green+Blue) = 216+140+63=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C3F is #2773C0. Grayscale: #9A9A9A. Windows color (decimal): -2585537 or 4164824. OLE color: 4164824.
HSL color Cylindrical-coordinate representation of color #D88C3F: hue angle of 30.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D88C3F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 63 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.15 |
| HSL | 30.2º | 0.66% | 0.55% | - |
| HSV(B) | 30.2º | 0.71% | 0.85% | - |
| XYZ | 38.59 | 33.71 | 9.18 | - |
| YUV | 153.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 63 | 0 | 0.35 | 0.71 | 0.15 | 30.2 | 0.66 | 0.55 |
| Hex | D8 | 8C | 3F | 0 | 23 | 47 | F | 1E | 42 | 37 |
| Octal | 330 | 214 | 77 | 0 | 43 | 107 | 17 | 36 | 102 | 67 |
| Binary | 11011000 | 10001100 | 111111 | 0 | 100011 | 1000111 | 1111 | 11110 | 1000010 | 110111 |
Color Harmonies of #D88C3F
Complementary color
Monochromatic Colors of #D88C3F
Black with #D88C3F
Text Example
Text Example
White with #D88C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C3F; }
p { color: rgb(216,140,63); }
H1.HeaderClassName
{
color: #D88C3F;
}
.AnyTagClassName
{
color: #D88C3F;
}
</style>
background-color css
<style>
a { background-color: #D88C3F; }
a { background-color: rgb(216,140,63); }
div.DivClassName
{
background-color: #D88C3F;
}
.BgClassName
{
background-color: #D88C3F;
}
</style>
border-color css
<style>
span { border-color: #D88C3F; }
span { border-color: rgb(216,140,63); }
td.TdClassName
{
border-color: #D88C3F;
}
.TagClassName
{
border-color: #D88C3F;
}
</style>