Shades of Peru #D2803D
Tints of Peru #D2803D
RGB
CMYK
RGB Variations
Color information
#D2803D (or 0xD2803D) is known color: Peru. HEX triplet: D2, 80 and 3D. RGB value is (210,128,61). Sum of RGB (Red+Green+Blue) = 210+128+61=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2803D is #2D7FC2. Grayscale: #919191. Windows color (decimal): -2981827 or 4030674. OLE color: 4030674.
HSL color Cylindrical-coordinate representation of color #D2803D: hue angle of 26.98º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2803D is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 61 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.18 |
| HSL | 26.98º | 0.62% | 0.53% | - |
| HSV(B) | 26.98º | 0.71% | 0.82% | - |
| XYZ | 35.14 | 29.48 | 8.25 | - |
| YUV | 144.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 61 | 0 | 0.39 | 0.71 | 0.18 | 26.98 | 0.62 | 0.53 |
| Hex | D2 | 80 | 3D | 0 | 27 | 47 | 12 | 1B | 3E | 35 |
| Octal | 322 | 200 | 75 | 0 | 47 | 107 | 22 | 33 | 76 | 65 |
| Binary | 11010010 | 10000000 | 111101 | 0 | 100111 | 1000111 | 10010 | 11011 | 111110 | 110101 |
Color Harmonies of #D2803D
Complementary color
Monochromatic Colors of #D2803D
Black with #D2803D
Text Example
Text Example
White with #D2803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2803D; }
p { color: rgb(210,128,61); }
H1.HeaderClassName
{
color: #D2803D;
}
.AnyTagClassName
{
color: #D2803D;
}
</style>
background-color css
<style>
a { background-color: #D2803D; }
a { background-color: rgb(210,128,61); }
div.DivClassName
{
background-color: #D2803D;
}
.BgClassName
{
background-color: #D2803D;
}
</style>
border-color css
<style>
span { border-color: #D2803D; }
span { border-color: rgb(210,128,61); }
td.TdClassName
{
border-color: #D2803D;
}
.TagClassName
{
border-color: #D2803D;
}
</style>