Shades of Peru #D38F46
Tints of Peru #D38F46
RGB
CMYK
RGB Variations
Color information
#D38F46 (or 0xD38F46) is known color: Peru. HEX triplet: D3, 8F and 46. RGB value is (211,143,70). Sum of RGB (Red+Green+Blue) = 211+143+70=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38F46 is #2C70B9. Grayscale: #9B9B9B. Windows color (decimal): -2912442 or 4624339. OLE color: 4624339.
HSL color Cylindrical-coordinate representation of color #D38F46: hue angle of 31.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D38F46 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 70 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.17 |
| HSL | 31.06º | 0.62% | 0.55% | - |
| HSV(B) | 31.06º | 0.67% | 0.83% | - |
| XYZ | 37.79 | 33.94 | 10.35 | - |
| YUV | 155.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 70 | 0 | 0.32 | 0.67 | 0.17 | 31.06 | 0.62 | 0.55 |
| Hex | D3 | 8F | 46 | 0 | 20 | 43 | 11 | 1F | 3E | 37 |
| Octal | 323 | 217 | 106 | 0 | 40 | 103 | 21 | 37 | 76 | 67 |
| Binary | 11010011 | 10001111 | 1000110 | 0 | 100000 | 1000011 | 10001 | 11111 | 111110 | 110111 |
Color Harmonies of #D38F46
Complementary color
Monochromatic Colors of #D38F46
Black with #D38F46
Text Example
Text Example
White with #D38F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F46; }
p { color: rgb(211,143,70); }
H1.HeaderClassName
{
color: #D38F46;
}
.AnyTagClassName
{
color: #D38F46;
}
</style>
background-color css
<style>
a { background-color: #D38F46; }
a { background-color: rgb(211,143,70); }
div.DivClassName
{
background-color: #D38F46;
}
.BgClassName
{
background-color: #D38F46;
}
</style>
border-color css
<style>
span { border-color: #D38F46; }
span { border-color: rgb(211,143,70); }
td.TdClassName
{
border-color: #D38F46;
}
.TagClassName
{
border-color: #D38F46;
}
</style>