Shades of Peru #D88843
Tints of Peru #D88843
RGB
CMYK
RGB Variations
Color information
#D88843 (or 0xD88843) is known color: Peru. HEX triplet: D8, 88 and 43. RGB value is (216,136,67). Sum of RGB (Red+Green+Blue) = 216+136+67=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D88843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88843 is #2777BC. Grayscale: #989898. Windows color (decimal): -2586557 or 4425944. OLE color: 4425944.
HSL color Cylindrical-coordinate representation of color #D88843: hue angle of 27.79º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D88843 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 136 | 67 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.15 |
| HSL | 27.79º | 0.66% | 0.55% | - |
| HSV(B) | 27.79º | 0.69% | 0.85% | - |
| XYZ | 38.14 | 32.61 | 9.6 | - |
| YUV | 152.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 136 | 67 | 0 | 0.37 | 0.69 | 0.15 | 27.79 | 0.66 | 0.55 |
| Hex | D8 | 88 | 43 | 0 | 25 | 45 | F | 1C | 42 | 37 |
| Octal | 330 | 210 | 103 | 0 | 45 | 105 | 17 | 34 | 102 | 67 |
| Binary | 11011000 | 10001000 | 1000011 | 0 | 100101 | 1000101 | 1111 | 11100 | 1000010 | 110111 |
Color Harmonies of #D88843
Complementary color
Monochromatic Colors of #D88843
Black with #D88843
Text Example
Text Example
White with #D88843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88843; }
p { color: rgb(216,136,67); }
H1.HeaderClassName
{
color: #D88843;
}
.AnyTagClassName
{
color: #D88843;
}
</style>
background-color css
<style>
a { background-color: #D88843; }
a { background-color: rgb(216,136,67); }
div.DivClassName
{
background-color: #D88843;
}
.BgClassName
{
background-color: #D88843;
}
</style>
border-color css
<style>
span { border-color: #D88843; }
span { border-color: rgb(216,136,67); }
td.TdClassName
{
border-color: #D88843;
}
.TagClassName
{
border-color: #D88843;
}
</style>