Shades of Peru #D48A3F
Tints of Peru #D48A3F
RGB
CMYK
RGB Variations
Color information
#D48A3F (or 0xD48A3F) is known color: Peru. HEX triplet: D4, 8A and 3F. RGB value is (212,138,63). Sum of RGB (Red+Green+Blue) = 212+138+63=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A3F is #2B75C0. Grayscale: #979797. Windows color (decimal): -2848193 or 4164308. OLE color: 4164308.
HSL color Cylindrical-coordinate representation of color #D48A3F: hue angle of 30.2º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D48A3F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 63 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.17 |
| HSL | 30.2º | 0.63% | 0.54% | - |
| HSV(B) | 30.2º | 0.7% | 0.83% | - |
| XYZ | 37.14 | 32.53 | 9.02 | - |
| YUV | 151.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 63 | 0 | 0.35 | 0.70 | 0.17 | 30.2 | 0.63 | 0.54 |
| Hex | D4 | 8A | 3F | 0 | 23 | 46 | 11 | 1E | 3F | 36 |
| Octal | 324 | 212 | 77 | 0 | 43 | 106 | 21 | 36 | 77 | 66 |
| Binary | 11010100 | 10001010 | 111111 | 0 | 100011 | 1000110 | 10001 | 11110 | 111111 | 110110 |
Color Harmonies of #D48A3F
Complementary color
Monochromatic Colors of #D48A3F
Black with #D48A3F
Text Example
Text Example
White with #D48A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A3F; }
p { color: rgb(212,138,63); }
H1.HeaderClassName
{
color: #D48A3F;
}
.AnyTagClassName
{
color: #D48A3F;
}
</style>
background-color css
<style>
a { background-color: #D48A3F; }
a { background-color: rgb(212,138,63); }
div.DivClassName
{
background-color: #D48A3F;
}
.BgClassName
{
background-color: #D48A3F;
}
</style>
border-color css
<style>
span { border-color: #D48A3F; }
span { border-color: rgb(212,138,63); }
td.TdClassName
{
border-color: #D48A3F;
}
.TagClassName
{
border-color: #D48A3F;
}
</style>