Shades of Peru #D28C3D
Tints of Peru #D28C3D
RGB
CMYK
RGB Variations
Color information
#D28C3D (or 0xD28C3D) is known color: Peru. HEX triplet: D2, 8C and 3D. RGB value is (210,140,61). Sum of RGB (Red+Green+Blue) = 210+140+61=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C3D is #2D73C2. Grayscale: #989898. Windows color (decimal): -2978755 or 4033746. OLE color: 4033746.
HSL color Cylindrical-coordinate representation of color #D28C3D: hue angle of 31.81º 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 #D28C3D is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 61 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.18 |
| HSL | 31.81º | 0.62% | 0.53% | - |
| HSV(B) | 31.81º | 0.71% | 0.82% | - |
| XYZ | 36.8 | 32.79 | 8.81 | - |
| YUV | 151.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 61 | 0 | 0.33 | 0.71 | 0.18 | 31.81 | 0.62 | 0.53 |
| Hex | D2 | 8C | 3D | 0 | 21 | 47 | 12 | 20 | 3E | 35 |
| Octal | 322 | 214 | 75 | 0 | 41 | 107 | 22 | 40 | 76 | 65 |
| Binary | 11010010 | 10001100 | 111101 | 0 | 100001 | 1000111 | 10010 | 100000 | 111110 | 110101 |
Color Harmonies of #D28C3D
Complementary color
Monochromatic Colors of #D28C3D
Black with #D28C3D
Text Example
Text Example
White with #D28C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C3D; }
p { color: rgb(210,140,61); }
H1.HeaderClassName
{
color: #D28C3D;
}
.AnyTagClassName
{
color: #D28C3D;
}
</style>
background-color css
<style>
a { background-color: #D28C3D; }
a { background-color: rgb(210,140,61); }
div.DivClassName
{
background-color: #D28C3D;
}
.BgClassName
{
background-color: #D28C3D;
}
</style>
border-color css
<style>
span { border-color: #D28C3D; }
span { border-color: rgb(210,140,61); }
td.TdClassName
{
border-color: #D28C3D;
}
.TagClassName
{
border-color: #D28C3D;
}
</style>