Shades of Peru #D4823C
Tints of Peru #D4823C
RGB
CMYK
RGB Variations
Color information
#D4823C (or 0xD4823C) is known color: Peru. HEX triplet: D4, 82 and 3C. RGB value is (212,130,60). Sum of RGB (Red+Green+Blue) = 212+130+60=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4823C is #2B7DC3. Grayscale: #929292. Windows color (decimal): -2850244 or 3965652. OLE color: 3965652.
HSL color Cylindrical-coordinate representation of color #D4823C: hue angle of 27.63º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4823C is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 60 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.17 |
| HSL | 27.63º | 0.64% | 0.53% | - |
| HSV(B) | 27.63º | 0.72% | 0.83% | - |
| XYZ | 35.95 | 30.29 | 8.23 | - |
| YUV | 146.54 | 79.17 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 60 | 0 | 0.39 | 0.72 | 0.17 | 27.63 | 0.64 | 0.53 |
| Hex | D4 | 82 | 3C | 0 | 27 | 48 | 11 | 1C | 40 | 35 |
| Octal | 324 | 202 | 74 | 0 | 47 | 110 | 21 | 34 | 100 | 65 |
| Binary | 11010100 | 10000010 | 111100 | 0 | 100111 | 1001000 | 10001 | 11100 | 1000000 | 110101 |
Color Harmonies of #D4823C
Complementary color
Monochromatic Colors of #D4823C
Black with #D4823C
Text Example
Text Example
White with #D4823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4823C; }
p { color: rgb(212,130,60); }
H1.HeaderClassName
{
color: #D4823C;
}
.AnyTagClassName
{
color: #D4823C;
}
</style>
background-color css
<style>
a { background-color: #D4823C; }
a { background-color: rgb(212,130,60); }
div.DivClassName
{
background-color: #D4823C;
}
.BgClassName
{
background-color: #D4823C;
}
</style>
border-color css
<style>
span { border-color: #D4823C; }
span { border-color: rgb(212,130,60); }
td.TdClassName
{
border-color: #D4823C;
}
.TagClassName
{
border-color: #D4823C;
}
</style>