Shades of Peru #D48D3D
Tints of Peru #D48D3D
RGB
CMYK
RGB Variations
Color information
#D48D3D (or 0xD48D3D) is known color: Peru. HEX triplet: D4, 8D and 3D. RGB value is (212,141,61). Sum of RGB (Red+Green+Blue) = 212+141+61=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48D3D is #2B72C2. Grayscale: #999999. Windows color (decimal): -2847427 or 4034004. OLE color: 4034004.
HSL color Cylindrical-coordinate representation of color #D48D3D: hue angle of 31.79º degrees, saturation: 0.64, 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 #D48D3D is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 61 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.17 |
| HSL | 31.79º | 0.64% | 0.54% | - |
| HSV(B) | 31.79º | 0.71% | 0.83% | - |
| XYZ | 37.52 | 33.38 | 8.88 | - |
| YUV | 153.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 61 | 0 | 0.33 | 0.71 | 0.17 | 31.79 | 0.64 | 0.54 |
| Hex | D4 | 8D | 3D | 0 | 21 | 47 | 11 | 20 | 40 | 36 |
| Octal | 324 | 215 | 75 | 0 | 41 | 107 | 21 | 40 | 100 | 66 |
| Binary | 11010100 | 10001101 | 111101 | 0 | 100001 | 1000111 | 10001 | 100000 | 1000000 | 110110 |
Color Harmonies of #D48D3D
Complementary color
Monochromatic Colors of #D48D3D
Black with #D48D3D
Text Example
Text Example
White with #D48D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D3D; }
p { color: rgb(212,141,61); }
H1.HeaderClassName
{
color: #D48D3D;
}
.AnyTagClassName
{
color: #D48D3D;
}
</style>
background-color css
<style>
a { background-color: #D48D3D; }
a { background-color: rgb(212,141,61); }
div.DivClassName
{
background-color: #D48D3D;
}
.BgClassName
{
background-color: #D48D3D;
}
</style>
border-color css
<style>
span { border-color: #D48D3D; }
span { border-color: rgb(212,141,61); }
td.TdClassName
{
border-color: #D48D3D;
}
.TagClassName
{
border-color: #D48D3D;
}
</style>