Shades of Peru #D68438
Tints of Peru #D68438
RGB
CMYK
RGB Variations
Color information
#D68438 (or 0xD68438) is known color: Peru. HEX triplet: D6, 84 and 38. RGB value is (214,132,56). Sum of RGB (Red+Green+Blue) = 214+132+56=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D68438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68438 is #297BC7. Grayscale: #949494. Windows color (decimal): -2718664 or 3704022. OLE color: 3704022.
HSL color Cylindrical-coordinate representation of color #D68438: hue angle of 28.86º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D68438 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 56 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.16 |
| HSL | 28.86º | 0.66% | 0.53% | - |
| HSV(B) | 28.86º | 0.74% | 0.84% | - |
| XYZ | 36.7 | 31.08 | 7.81 | - |
| YUV | 147.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 56 | 0 | 0.38 | 0.74 | 0.16 | 28.86 | 0.66 | 0.53 |
| Hex | D6 | 84 | 38 | 0 | 26 | 4A | 10 | 1D | 42 | 35 |
| Octal | 326 | 204 | 70 | 0 | 46 | 112 | 20 | 35 | 102 | 65 |
| Binary | 11010110 | 10000100 | 111000 | 0 | 100110 | 1001010 | 10000 | 11101 | 1000010 | 110101 |
Color Harmonies of #D68438
Complementary color
Monochromatic Colors of #D68438
Black with #D68438
Text Example
Text Example
White with #D68438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68438; }
p { color: rgb(214,132,56); }
H1.HeaderClassName
{
color: #D68438;
}
.AnyTagClassName
{
color: #D68438;
}
</style>
background-color css
<style>
a { background-color: #D68438; }
a { background-color: rgb(214,132,56); }
div.DivClassName
{
background-color: #D68438;
}
.BgClassName
{
background-color: #D68438;
}
</style>
border-color css
<style>
span { border-color: #D68438; }
span { border-color: rgb(214,132,56); }
td.TdClassName
{
border-color: #D68438;
}
.TagClassName
{
border-color: #D68438;
}
</style>