Shades of Peru #DA8A42
Tints of Peru #DA8A42
RGB
CMYK
RGB Variations
Color information
#DA8A42 (or 0xDA8A42) is known color: Peru. HEX triplet: DA, 8A and 42. RGB value is (218,138,66). Sum of RGB (Red+Green+Blue) = 218+138+66=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A42 is #2575BD. Grayscale: #9A9A9A. Windows color (decimal): -2454974 or 4360922. OLE color: 4360922.
HSL color Cylindrical-coordinate representation of color #DA8A42: hue angle of 28.42º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA8A42 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 66 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.15 |
| HSL | 28.42º | 0.67% | 0.56% | - |
| HSV(B) | 28.42º | 0.7% | 0.85% | - |
| XYZ | 38.99 | 33.48 | 9.56 | - |
| YUV | 153.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 66 | 0 | 0.37 | 0.70 | 0.15 | 28.42 | 0.67 | 0.56 |
| Hex | DA | 8A | 42 | 0 | 25 | 46 | F | 1C | 43 | 38 |
| Octal | 332 | 212 | 102 | 0 | 45 | 106 | 17 | 34 | 103 | 70 |
| Binary | 11011010 | 10001010 | 1000010 | 0 | 100101 | 1000110 | 1111 | 11100 | 1000011 | 111000 |
Color Harmonies of #DA8A42
Complementary color
Monochromatic Colors of #DA8A42
Black with #DA8A42
Text Example
Text Example
White with #DA8A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A42; }
p { color: rgb(218,138,66); }
H1.HeaderClassName
{
color: #DA8A42;
}
.AnyTagClassName
{
color: #DA8A42;
}
</style>
background-color css
<style>
a { background-color: #DA8A42; }
a { background-color: rgb(218,138,66); }
div.DivClassName
{
background-color: #DA8A42;
}
.BgClassName
{
background-color: #DA8A42;
}
</style>
border-color css
<style>
span { border-color: #DA8A42; }
span { border-color: rgb(218,138,66); }
td.TdClassName
{
border-color: #DA8A42;
}
.TagClassName
{
border-color: #DA8A42;
}
</style>