Shades of Peru #D6823A
Tints of Peru #D6823A
RGB
CMYK
RGB Variations
Color information
#D6823A (or 0xD6823A) is known color: Peru. HEX triplet: D6, 82 and 3A. RGB value is (214,130,58). Sum of RGB (Red+Green+Blue) = 214+130+58=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6823A is #297DC5. Grayscale: #939393. Windows color (decimal): -2719174 or 3834582. OLE color: 3834582.
HSL color Cylindrical-coordinate representation of color #D6823A: hue angle of 27.69º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6823A is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 58 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.16 |
| HSL | 27.69º | 0.66% | 0.53% | - |
| HSV(B) | 27.69º | 0.73% | 0.84% | - |
| XYZ | 36.48 | 30.57 | 7.98 | - |
| YUV | 146.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 58 | 0 | 0.39 | 0.73 | 0.16 | 27.69 | 0.66 | 0.53 |
| Hex | D6 | 82 | 3A | 0 | 27 | 49 | 10 | 1C | 42 | 35 |
| Octal | 326 | 202 | 72 | 0 | 47 | 111 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000010 | 111010 | 0 | 100111 | 1001001 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D6823A
Complementary color
Monochromatic Colors of #D6823A
Black with #D6823A
Text Example
Text Example
White with #D6823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6823A; }
p { color: rgb(214,130,58); }
H1.HeaderClassName
{
color: #D6823A;
}
.AnyTagClassName
{
color: #D6823A;
}
</style>
background-color css
<style>
a { background-color: #D6823A; }
a { background-color: rgb(214,130,58); }
div.DivClassName
{
background-color: #D6823A;
}
.BgClassName
{
background-color: #D6823A;
}
</style>
border-color css
<style>
span { border-color: #D6823A; }
span { border-color: rgb(214,130,58); }
td.TdClassName
{
border-color: #D6823A;
}
.TagClassName
{
border-color: #D6823A;
}
</style>