Shades of Peru #D07F3F
Tints of Peru #D07F3F
RGB
CMYK
RGB Variations
Color information
#D07F3F (or 0xD07F3F) is known color: Peru. HEX triplet: D0, 7F and 3F. RGB value is (208,127,63). Sum of RGB (Red+Green+Blue) = 208+127+63=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07F3F is #2F80C0. Grayscale: #909090. Windows color (decimal): -3113153 or 4161488. OLE color: 4161488.
HSL color Cylindrical-coordinate representation of color #D07F3F: hue angle of 26.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D07F3F is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 63 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.18 |
| HSL | 26.48º | 0.61% | 0.53% | - |
| HSV(B) | 26.48º | 0.7% | 0.82% | - |
| XYZ | 34.5 | 28.95 | 8.47 | - |
| YUV | 143.92 | 82.34 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 63 | 0 | 0.39 | 0.70 | 0.18 | 26.48 | 0.61 | 0.53 |
| Hex | D0 | 7F | 3F | 0 | 27 | 46 | 12 | 1A | 3D | 35 |
| Octal | 320 | 177 | 77 | 0 | 47 | 106 | 22 | 32 | 75 | 65 |
| Binary | 11010000 | 1111111 | 111111 | 0 | 100111 | 1000110 | 10010 | 11010 | 111101 | 110101 |
Color Harmonies of #D07F3F
Complementary color
Monochromatic Colors of #D07F3F
Black with #D07F3F
Text Example
Text Example
White with #D07F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F3F; }
p { color: rgb(208,127,63); }
H1.HeaderClassName
{
color: #D07F3F;
}
.AnyTagClassName
{
color: #D07F3F;
}
</style>
background-color css
<style>
a { background-color: #D07F3F; }
a { background-color: rgb(208,127,63); }
div.DivClassName
{
background-color: #D07F3F;
}
.BgClassName
{
background-color: #D07F3F;
}
</style>
border-color css
<style>
span { border-color: #D07F3F; }
span { border-color: rgb(208,127,63); }
td.TdClassName
{
border-color: #D07F3F;
}
.TagClassName
{
border-color: #D07F3F;
}
</style>