Shades of Peru #D0823A
Tints of Peru #D0823A
RGB
CMYK
RGB Variations
Color information
#D0823A (or 0xD0823A) is known color: Peru. HEX triplet: D0, 82 and 3A. RGB value is (208,130,58). Sum of RGB (Red+Green+Blue) = 208+130+58=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0823A is #2F7DC5. Grayscale: #919191. Windows color (decimal): -3112390 or 3834576. OLE color: 3834576.
HSL color Cylindrical-coordinate representation of color #D0823A: hue angle of 28.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0823A is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 58 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.18 |
| HSL | 28.8º | 0.61% | 0.52% | - |
| HSV(B) | 28.8º | 0.72% | 0.82% | - |
| XYZ | 34.76 | 29.68 | 7.9 | - |
| YUV | 145.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 58 | 0 | 0.38 | 0.72 | 0.18 | 28.8 | 0.61 | 0.52 |
| Hex | D0 | 82 | 3A | 0 | 26 | 48 | 12 | 1D | 3D | 34 |
| Octal | 320 | 202 | 72 | 0 | 46 | 110 | 22 | 35 | 75 | 64 |
| Binary | 11010000 | 10000010 | 111010 | 0 | 100110 | 1001000 | 10010 | 11101 | 111101 | 110100 |
Color Harmonies of #D0823A
Complementary color
Monochromatic Colors of #D0823A
Black with #D0823A
Text Example
Text Example
White with #D0823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0823A; }
p { color: rgb(208,130,58); }
H1.HeaderClassName
{
color: #D0823A;
}
.AnyTagClassName
{
color: #D0823A;
}
</style>
background-color css
<style>
a { background-color: #D0823A; }
a { background-color: rgb(208,130,58); }
div.DivClassName
{
background-color: #D0823A;
}
.BgClassName
{
background-color: #D0823A;
}
</style>
border-color css
<style>
span { border-color: #D0823A; }
span { border-color: rgb(208,130,58); }
td.TdClassName
{
border-color: #D0823A;
}
.TagClassName
{
border-color: #D0823A;
}
</style>