Shades of Peru #D38B42
Tints of Peru #D38B42
RGB
CMYK
RGB Variations
Color information
#D38B42 (or 0xD38B42) is known color: Peru. HEX triplet: D3, 8B and 42. RGB value is (211,139,66). Sum of RGB (Red+Green+Blue) = 211+139+66=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38B42 is #2C74BD. Grayscale: #989898. Windows color (decimal): -2913470 or 4361171. OLE color: 4361171.
HSL color Cylindrical-coordinate representation of color #D38B42: hue angle of 30.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D38B42 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 66 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.17 |
| HSL | 30.21º | 0.62% | 0.54% | - |
| HSV(B) | 30.21º | 0.69% | 0.83% | - |
| XYZ | 37.08 | 32.71 | 9.51 | - |
| YUV | 152.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 66 | 0 | 0.34 | 0.69 | 0.17 | 30.21 | 0.62 | 0.54 |
| Hex | D3 | 8B | 42 | 0 | 22 | 45 | 11 | 1E | 3E | 36 |
| Octal | 323 | 213 | 102 | 0 | 42 | 105 | 21 | 36 | 76 | 66 |
| Binary | 11010011 | 10001011 | 1000010 | 0 | 100010 | 1000101 | 10001 | 11110 | 111110 | 110110 |
Color Harmonies of #D38B42
Complementary color
Monochromatic Colors of #D38B42
Black with #D38B42
Text Example
Text Example
White with #D38B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38B42; }
p { color: rgb(211,139,66); }
H1.HeaderClassName
{
color: #D38B42;
}
.AnyTagClassName
{
color: #D38B42;
}
</style>
background-color css
<style>
a { background-color: #D38B42; }
a { background-color: rgb(211,139,66); }
div.DivClassName
{
background-color: #D38B42;
}
.BgClassName
{
background-color: #D38B42;
}
</style>
border-color css
<style>
span { border-color: #D38B42; }
span { border-color: rgb(211,139,66); }
td.TdClassName
{
border-color: #D38B42;
}
.TagClassName
{
border-color: #D38B42;
}
</style>