Shades of Peru #D48C44
Tints of Peru #D48C44
RGB
CMYK
RGB Variations
Color information
#D48C44 (or 0xD48C44) is known color: Peru. HEX triplet: D4, 8C and 44. RGB value is (212,140,68). Sum of RGB (Red+Green+Blue) = 212+140+68=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C44 is #2B73BB. Grayscale: #999999. Windows color (decimal): -2847676 or 4492500. OLE color: 4492500.
HSL color Cylindrical-coordinate representation of color #D48C44: hue angle of 30º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D48C44 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 68 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.17 |
| HSL | 30º | 0.63% | 0.55% | - |
| HSV(B) | 30º | 0.68% | 0.83% | - |
| XYZ | 37.57 | 33.17 | 9.89 | - |
| YUV | 153.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 68 | 0 | 0.34 | 0.68 | 0.17 | 30 | 0.63 | 0.55 |
| Hex | D4 | 8C | 44 | 0 | 22 | 44 | 11 | 1E | 3F | 37 |
| Octal | 324 | 214 | 104 | 0 | 42 | 104 | 21 | 36 | 77 | 67 |
| Binary | 11010100 | 10001100 | 1000100 | 0 | 100010 | 1000100 | 10001 | 11110 | 111111 | 110111 |
Color Harmonies of #D48C44
Complementary color
Monochromatic Colors of #D48C44
Black with #D48C44
Text Example
Text Example
White with #D48C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C44; }
p { color: rgb(212,140,68); }
H1.HeaderClassName
{
color: #D48C44;
}
.AnyTagClassName
{
color: #D48C44;
}
</style>
background-color css
<style>
a { background-color: #D48C44; }
a { background-color: rgb(212,140,68); }
div.DivClassName
{
background-color: #D48C44;
}
.BgClassName
{
background-color: #D48C44;
}
</style>
border-color css
<style>
span { border-color: #D48C44; }
span { border-color: rgb(212,140,68); }
td.TdClassName
{
border-color: #D48C44;
}
.TagClassName
{
border-color: #D48C44;
}
</style>