Shades of Peru #DA8A46
Tints of Peru #DA8A46
RGB
CMYK
RGB Variations
Color information
#DA8A46 (or 0xDA8A46) is known color: Peru. HEX triplet: DA, 8A and 46. RGB value is (218,138,70). Sum of RGB (Red+Green+Blue) = 218+138+70=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A46 is #2575B9. Grayscale: #9A9A9A. Windows color (decimal): -2454970 or 4623066. OLE color: 4623066.
HSL color Cylindrical-coordinate representation of color #DA8A46: hue angle of 27.57º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA8A46 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 70 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.15 |
| HSL | 27.57º | 0.67% | 0.56% | - |
| HSV(B) | 27.57º | 0.68% | 0.85% | - |
| XYZ | 39.11 | 33.52 | 10.2 | - |
| YUV | 154.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 70 | 0 | 0.37 | 0.68 | 0.15 | 27.57 | 0.67 | 0.56 |
| Hex | DA | 8A | 46 | 0 | 25 | 44 | F | 1C | 43 | 38 |
| Octal | 332 | 212 | 106 | 0 | 45 | 104 | 17 | 34 | 103 | 70 |
| Binary | 11011010 | 10001010 | 1000110 | 0 | 100101 | 1000100 | 1111 | 11100 | 1000011 | 111000 |
Color Harmonies of #DA8A46
Complementary color
Monochromatic Colors of #DA8A46
Black with #DA8A46
Text Example
Text Example
White with #DA8A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A46; }
p { color: rgb(218,138,70); }
H1.HeaderClassName
{
color: #DA8A46;
}
.AnyTagClassName
{
color: #DA8A46;
}
</style>
background-color css
<style>
a { background-color: #DA8A46; }
a { background-color: rgb(218,138,70); }
div.DivClassName
{
background-color: #DA8A46;
}
.BgClassName
{
background-color: #DA8A46;
}
</style>
border-color css
<style>
span { border-color: #DA8A46; }
span { border-color: rgb(218,138,70); }
td.TdClassName
{
border-color: #DA8A46;
}
.TagClassName
{
border-color: #DA8A46;
}
</style>