Shades of Peru #D28738
Tints of Peru #D28738
RGB
CMYK
RGB Variations
Color information
#D28738 (or 0xD28738) is known color: Peru. HEX triplet: D2, 87 and 38. RGB value is (210,135,56). Sum of RGB (Red+Green+Blue) = 210+135+56=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D28738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28738 is #2D78C7. Grayscale: #949494. Windows color (decimal): -2980040 or 3704786. OLE color: 3704786.
HSL color Cylindrical-coordinate representation of color #D28738: hue angle of 30.78º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D28738 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 56 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.18 |
| HSL | 30.78º | 0.63% | 0.52% | - |
| HSV(B) | 30.78º | 0.73% | 0.82% | - |
| XYZ | 35.96 | 31.32 | 7.89 | - |
| YUV | 148.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 56 | 0 | 0.36 | 0.73 | 0.18 | 30.78 | 0.63 | 0.52 |
| Hex | D2 | 87 | 38 | 0 | 24 | 49 | 12 | 1F | 3F | 34 |
| Octal | 322 | 207 | 70 | 0 | 44 | 111 | 22 | 37 | 77 | 64 |
| Binary | 11010010 | 10000111 | 111000 | 0 | 100100 | 1001001 | 10010 | 11111 | 111111 | 110100 |
Color Harmonies of #D28738
Complementary color
Monochromatic Colors of #D28738
Black with #D28738
Text Example
Text Example
White with #D28738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28738; }
p { color: rgb(210,135,56); }
H1.HeaderClassName
{
color: #D28738;
}
.AnyTagClassName
{
color: #D28738;
}
</style>
background-color css
<style>
a { background-color: #D28738; }
a { background-color: rgb(210,135,56); }
div.DivClassName
{
background-color: #D28738;
}
.BgClassName
{
background-color: #D28738;
}
</style>
border-color css
<style>
span { border-color: #D28738; }
span { border-color: rgb(210,135,56); }
td.TdClassName
{
border-color: #D28738;
}
.TagClassName
{
border-color: #D28738;
}
</style>