Shades of Peru #D38E43
Tints of Peru #D38E43
RGB
CMYK
RGB Variations
Color information
#D38E43 (or 0xD38E43) is known color: Peru. HEX triplet: D3, 8E and 43. RGB value is (211,142,67). Sum of RGB (Red+Green+Blue) = 211+142+67=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38E43 is #2C71BC. Grayscale: #9A9A9A. Windows color (decimal): -2912701 or 4427475. OLE color: 4427475.
HSL color Cylindrical-coordinate representation of color #D38E43: hue angle of 31.25º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D38E43 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 67 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.17 |
| HSL | 31.25º | 0.62% | 0.55% | - |
| HSV(B) | 31.25º | 0.68% | 0.83% | - |
| XYZ | 37.55 | 33.6 | 9.82 | - |
| YUV | 154.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 67 | 0 | 0.33 | 0.68 | 0.17 | 31.25 | 0.62 | 0.55 |
| Hex | D3 | 8E | 43 | 0 | 21 | 44 | 11 | 1F | 3E | 37 |
| Octal | 323 | 216 | 103 | 0 | 41 | 104 | 21 | 37 | 76 | 67 |
| Binary | 11010011 | 10001110 | 1000011 | 0 | 100001 | 1000100 | 10001 | 11111 | 111110 | 110111 |
Color Harmonies of #D38E43
Complementary color
Monochromatic Colors of #D38E43
Black with #D38E43
Text Example
Text Example
White with #D38E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38E43; }
p { color: rgb(211,142,67); }
H1.HeaderClassName
{
color: #D38E43;
}
.AnyTagClassName
{
color: #D38E43;
}
</style>
background-color css
<style>
a { background-color: #D38E43; }
a { background-color: rgb(211,142,67); }
div.DivClassName
{
background-color: #D38E43;
}
.BgClassName
{
background-color: #D38E43;
}
</style>
border-color css
<style>
span { border-color: #D38E43; }
span { border-color: rgb(211,142,67); }
td.TdClassName
{
border-color: #D38E43;
}
.TagClassName
{
border-color: #D38E43;
}
</style>