Shades of Peru #D8893B
Tints of Peru #D8893B
RGB
CMYK
RGB Variations
Color information
#D8893B (or 0xD8893B) is known color: Peru. HEX triplet: D8, 89 and 3B. RGB value is (216,137,59). Sum of RGB (Red+Green+Blue) = 216+137+59=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8893B is #2776C4. Grayscale: #989898. Windows color (decimal): -2586309 or 3901912. OLE color: 3901912.
HSL color Cylindrical-coordinate representation of color #D8893B: hue angle of 29.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8893B is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 59 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.15 |
| HSL | 29.81º | 0.67% | 0.54% | - |
| HSV(B) | 29.81º | 0.73% | 0.85% | - |
| XYZ | 38.05 | 32.81 | 8.46 | - |
| YUV | 151.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 59 | 0 | 0.37 | 0.73 | 0.15 | 29.81 | 0.67 | 0.54 |
| Hex | D8 | 89 | 3B | 0 | 25 | 49 | F | 1E | 43 | 36 |
| Octal | 330 | 211 | 73 | 0 | 45 | 111 | 17 | 36 | 103 | 66 |
| Binary | 11011000 | 10001001 | 111011 | 0 | 100101 | 1001001 | 1111 | 11110 | 1000011 | 110110 |
Color Harmonies of #D8893B
Complementary color
Monochromatic Colors of #D8893B
Black with #D8893B
Text Example
Text Example
White with #D8893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8893B; }
p { color: rgb(216,137,59); }
H1.HeaderClassName
{
color: #D8893B;
}
.AnyTagClassName
{
color: #D8893B;
}
</style>
background-color css
<style>
a { background-color: #D8893B; }
a { background-color: rgb(216,137,59); }
div.DivClassName
{
background-color: #D8893B;
}
.BgClassName
{
background-color: #D8893B;
}
</style>
border-color css
<style>
span { border-color: #D8893B; }
span { border-color: rgb(216,137,59); }
td.TdClassName
{
border-color: #D8893B;
}
.TagClassName
{
border-color: #D8893B;
}
</style>