Shades of Peru #D88C3C
Tints of Peru #D88C3C
RGB
CMYK
RGB Variations
Color information
#D88C3C (or 0xD88C3C) is known color: Peru. HEX triplet: D8, 8C and 3C. RGB value is (216,140,60). Sum of RGB (Red+Green+Blue) = 216+140+60=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C3C is #2773C3. Grayscale: #999999. Windows color (decimal): -2585540 or 3968216. OLE color: 3968216.
HSL color Cylindrical-coordinate representation of color #D88C3C: hue angle of 30.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D88C3C is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 60 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.15 |
| HSL | 30.77º | 0.67% | 0.54% | - |
| HSV(B) | 30.77º | 0.72% | 0.85% | - |
| XYZ | 38.51 | 33.68 | 8.75 | - |
| YUV | 153.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 60 | 0 | 0.35 | 0.72 | 0.15 | 30.77 | 0.67 | 0.54 |
| Hex | D8 | 8C | 3C | 0 | 23 | 48 | F | 1F | 43 | 36 |
| Octal | 330 | 214 | 74 | 0 | 43 | 110 | 17 | 37 | 103 | 66 |
| Binary | 11011000 | 10001100 | 111100 | 0 | 100011 | 1001000 | 1111 | 11111 | 1000011 | 110110 |
Color Harmonies of #D88C3C
Complementary color
Monochromatic Colors of #D88C3C
Black with #D88C3C
Text Example
Text Example
White with #D88C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C3C; }
p { color: rgb(216,140,60); }
H1.HeaderClassName
{
color: #D88C3C;
}
.AnyTagClassName
{
color: #D88C3C;
}
</style>
background-color css
<style>
a { background-color: #D88C3C; }
a { background-color: rgb(216,140,60); }
div.DivClassName
{
background-color: #D88C3C;
}
.BgClassName
{
background-color: #D88C3C;
}
</style>
border-color css
<style>
span { border-color: #D88C3C; }
span { border-color: rgb(216,140,60); }
td.TdClassName
{
border-color: #D88C3C;
}
.TagClassName
{
border-color: #D88C3C;
}
</style>