Shades of Peru #D48438
Tints of Peru #D48438
RGB
CMYK
RGB Variations
Color information
#D48438 (or 0xD48438) is known color: Peru. HEX triplet: D4, 84 and 38. RGB value is (212,132,56). Sum of RGB (Red+Green+Blue) = 212+132+56=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D48438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48438 is #2B7BC7. Grayscale: #939393. Windows color (decimal): -2849736 or 3704020. OLE color: 3704020.
HSL color Cylindrical-coordinate representation of color #D48438: hue angle of 29.23º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D48438 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 56 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.17 |
| HSL | 29.23º | 0.64% | 0.53% | - |
| HSV(B) | 29.23º | 0.74% | 0.83% | - |
| XYZ | 36.12 | 30.79 | 7.78 | - |
| YUV | 147.26 | 76.5 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 56 | 0 | 0.38 | 0.74 | 0.17 | 29.23 | 0.64 | 0.53 |
| Hex | D4 | 84 | 38 | 0 | 26 | 4A | 11 | 1D | 40 | 35 |
| Octal | 324 | 204 | 70 | 0 | 46 | 112 | 21 | 35 | 100 | 65 |
| Binary | 11010100 | 10000100 | 111000 | 0 | 100110 | 1001010 | 10001 | 11101 | 1000000 | 110101 |
Color Harmonies of #D48438
Complementary color
Monochromatic Colors of #D48438
Black with #D48438
Text Example
Text Example
White with #D48438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48438; }
p { color: rgb(212,132,56); }
H1.HeaderClassName
{
color: #D48438;
}
.AnyTagClassName
{
color: #D48438;
}
</style>
background-color css
<style>
a { background-color: #D48438; }
a { background-color: rgb(212,132,56); }
div.DivClassName
{
background-color: #D48438;
}
.BgClassName
{
background-color: #D48438;
}
</style>
border-color css
<style>
span { border-color: #D48438; }
span { border-color: rgb(212,132,56); }
td.TdClassName
{
border-color: #D48438;
}
.TagClassName
{
border-color: #D48438;
}
</style>