Shades of Peru #D38C3E
Tints of Peru #D38C3E
RGB
CMYK
RGB Variations
Color information
#D38C3E (or 0xD38C3E) is known color: Peru. HEX triplet: D3, 8C and 3E. RGB value is (211,140,62). Sum of RGB (Red+Green+Blue) = 211+140+62=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C3E is #2C73C1. Grayscale: #989898. Windows color (decimal): -2913218 or 4099283. OLE color: 4099283.
HSL color Cylindrical-coordinate representation of color #D38C3E: hue angle of 31.41º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D38C3E is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 62 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.17 |
| HSL | 31.41º | 0.63% | 0.54% | - |
| HSV(B) | 31.41º | 0.71% | 0.83% | - |
| XYZ | 37.11 | 32.95 | 8.96 | - |
| YUV | 152.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 62 | 0 | 0.34 | 0.71 | 0.17 | 31.41 | 0.63 | 0.54 |
| Hex | D3 | 8C | 3E | 0 | 22 | 47 | 11 | 1F | 3F | 36 |
| Octal | 323 | 214 | 76 | 0 | 42 | 107 | 21 | 37 | 77 | 66 |
| Binary | 11010011 | 10001100 | 111110 | 0 | 100010 | 1000111 | 10001 | 11111 | 111111 | 110110 |
Color Harmonies of #D38C3E
Complementary color
Monochromatic Colors of #D38C3E
Black with #D38C3E
Text Example
Text Example
White with #D38C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38C3E; }
p { color: rgb(211,140,62); }
H1.HeaderClassName
{
color: #D38C3E;
}
.AnyTagClassName
{
color: #D38C3E;
}
</style>
background-color css
<style>
a { background-color: #D38C3E; }
a { background-color: rgb(211,140,62); }
div.DivClassName
{
background-color: #D38C3E;
}
.BgClassName
{
background-color: #D38C3E;
}
</style>
border-color css
<style>
span { border-color: #D38C3E; }
span { border-color: rgb(211,140,62); }
td.TdClassName
{
border-color: #D38C3E;
}
.TagClassName
{
border-color: #D38C3E;
}
</style>