Shades of Peru #D88C3E
Tints of Peru #D88C3E
RGB
CMYK
RGB Variations
Color information
#D88C3E (or 0xD88C3E) is known color: Peru. HEX triplet: D8, 8C and 3E. RGB value is (216,140,62). Sum of RGB (Red+Green+Blue) = 216+140+62=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C3E is #2773C1. Grayscale: #9A9A9A. Windows color (decimal): -2585538 or 4099288. OLE color: 4099288.
HSL color Cylindrical-coordinate representation of color #D88C3E: hue angle of 30.39º 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 #D88C3E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 62 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.15 |
| HSL | 30.39º | 0.66% | 0.55% | - |
| HSV(B) | 30.39º | 0.71% | 0.85% | - |
| XYZ | 38.57 | 33.7 | 9.03 | - |
| YUV | 153.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 62 | 0 | 0.35 | 0.71 | 0.15 | 30.39 | 0.66 | 0.55 |
| Hex | D8 | 8C | 3E | 0 | 23 | 47 | F | 1E | 42 | 37 |
| Octal | 330 | 214 | 76 | 0 | 43 | 107 | 17 | 36 | 102 | 67 |
| Binary | 11011000 | 10001100 | 111110 | 0 | 100011 | 1000111 | 1111 | 11110 | 1000010 | 110111 |
Color Harmonies of #D88C3E
Complementary color
Monochromatic Colors of #D88C3E
Black with #D88C3E
Text Example
Text Example
White with #D88C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C3E; }
p { color: rgb(216,140,62); }
H1.HeaderClassName
{
color: #D88C3E;
}
.AnyTagClassName
{
color: #D88C3E;
}
</style>
background-color css
<style>
a { background-color: #D88C3E; }
a { background-color: rgb(216,140,62); }
div.DivClassName
{
background-color: #D88C3E;
}
.BgClassName
{
background-color: #D88C3E;
}
</style>
border-color css
<style>
span { border-color: #D88C3E; }
span { border-color: rgb(216,140,62); }
td.TdClassName
{
border-color: #D88C3E;
}
.TagClassName
{
border-color: #D88C3E;
}
</style>