Shades of Peru #D4823F
Tints of Peru #D4823F
RGB
CMYK
RGB Variations
Color information
#D4823F (or 0xD4823F) is known color: Peru. HEX triplet: D4, 82 and 3F. RGB value is (212,130,63). Sum of RGB (Red+Green+Blue) = 212+130+63=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4823F is #2B7DC0. Grayscale: #939393. Windows color (decimal): -2850241 or 4162260. OLE color: 4162260.
HSL color Cylindrical-coordinate representation of color #D4823F: hue angle of 26.98º 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 #D4823F is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 63 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.17 |
| HSL | 26.98º | 0.63% | 0.54% | - |
| HSV(B) | 26.98º | 0.7% | 0.83% | - |
| XYZ | 36.03 | 30.32 | 8.66 | - |
| YUV | 146.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 63 | 0 | 0.39 | 0.70 | 0.17 | 26.98 | 0.63 | 0.54 |
| Hex | D4 | 82 | 3F | 0 | 27 | 46 | 11 | 1B | 3F | 36 |
| Octal | 324 | 202 | 77 | 0 | 47 | 106 | 21 | 33 | 77 | 66 |
| Binary | 11010100 | 10000010 | 111111 | 0 | 100111 | 1000110 | 10001 | 11011 | 111111 | 110110 |
Color Harmonies of #D4823F
Complementary color
Monochromatic Colors of #D4823F
Black with #D4823F
Text Example
Text Example
White with #D4823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4823F; }
p { color: rgb(212,130,63); }
H1.HeaderClassName
{
color: #D4823F;
}
.AnyTagClassName
{
color: #D4823F;
}
</style>
background-color css
<style>
a { background-color: #D4823F; }
a { background-color: rgb(212,130,63); }
div.DivClassName
{
background-color: #D4823F;
}
.BgClassName
{
background-color: #D4823F;
}
</style>
border-color css
<style>
span { border-color: #D4823F; }
span { border-color: rgb(212,130,63); }
td.TdClassName
{
border-color: #D4823F;
}
.TagClassName
{
border-color: #D4823F;
}
</style>