Shades of Peru #D28B3D
Tints of Peru #D28B3D
RGB
CMYK
RGB Variations
Color information
#D28B3D (or 0xD28B3D) is known color: Peru. HEX triplet: D2, 8B and 3D. RGB value is (210,139,61). Sum of RGB (Red+Green+Blue) = 210+139+61=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B3D is #2D74C2. Grayscale: #979797. Windows color (decimal): -2979011 or 4033490. OLE color: 4033490.
HSL color Cylindrical-coordinate representation of color #D28B3D: hue angle of 31.41º 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 #D28B3D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 61 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.18 |
| HSL | 31.41º | 0.62% | 0.53% | - |
| HSV(B) | 31.41º | 0.71% | 0.82% | - |
| XYZ | 36.65 | 32.5 | 8.76 | - |
| YUV | 151.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 61 | 0 | 0.34 | 0.71 | 0.18 | 31.41 | 0.62 | 0.53 |
| Hex | D2 | 8B | 3D | 0 | 22 | 47 | 12 | 1F | 3E | 35 |
| Octal | 322 | 213 | 75 | 0 | 42 | 107 | 22 | 37 | 76 | 65 |
| Binary | 11010010 | 10001011 | 111101 | 0 | 100010 | 1000111 | 10010 | 11111 | 111110 | 110101 |
Color Harmonies of #D28B3D
Complementary color
Monochromatic Colors of #D28B3D
Black with #D28B3D
Text Example
Text Example
White with #D28B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B3D; }
p { color: rgb(210,139,61); }
H1.HeaderClassName
{
color: #D28B3D;
}
.AnyTagClassName
{
color: #D28B3D;
}
</style>
background-color css
<style>
a { background-color: #D28B3D; }
a { background-color: rgb(210,139,61); }
div.DivClassName
{
background-color: #D28B3D;
}
.BgClassName
{
background-color: #D28B3D;
}
</style>
border-color css
<style>
span { border-color: #D28B3D; }
span { border-color: rgb(210,139,61); }
td.TdClassName
{
border-color: #D28B3D;
}
.TagClassName
{
border-color: #D28B3D;
}
</style>