Shades of Peru #D68948
Tints of Peru #D68948
RGB
CMYK
RGB Variations
Color information
#D68948 (or 0xD68948) is known color: Peru. HEX triplet: D6, 89 and 48. RGB value is (214,137,72). Sum of RGB (Red+Green+Blue) = 214+137+72=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D68948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68948 is #2976B7. Grayscale: #989898. Windows color (decimal): -2717368 or 4753878. OLE color: 4753878.
HSL color Cylindrical-coordinate representation of color #D68948: hue angle of 27.46º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D68948 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 72 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.16 |
| HSL | 27.46º | 0.63% | 0.56% | - |
| HSV(B) | 27.46º | 0.66% | 0.84% | - |
| XYZ | 37.85 | 32.66 | 10.44 | - |
| YUV | 152.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 72 | 0 | 0.36 | 0.66 | 0.16 | 27.46 | 0.63 | 0.56 |
| Hex | D6 | 89 | 48 | 0 | 24 | 42 | 10 | 1B | 3F | 38 |
| Octal | 326 | 211 | 110 | 0 | 44 | 102 | 20 | 33 | 77 | 70 |
| Binary | 11010110 | 10001001 | 1001000 | 0 | 100100 | 1000010 | 10000 | 11011 | 111111 | 111000 |
Color Harmonies of #D68948
Complementary color
Monochromatic Colors of #D68948
Black with #D68948
Text Example
Text Example
White with #D68948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68948; }
p { color: rgb(214,137,72); }
H1.HeaderClassName
{
color: #D68948;
}
.AnyTagClassName
{
color: #D68948;
}
</style>
background-color css
<style>
a { background-color: #D68948; }
a { background-color: rgb(214,137,72); }
div.DivClassName
{
background-color: #D68948;
}
.BgClassName
{
background-color: #D68948;
}
</style>
border-color css
<style>
span { border-color: #D68948; }
span { border-color: rgb(214,137,72); }
td.TdClassName
{
border-color: #D68948;
}
.TagClassName
{
border-color: #D68948;
}
</style>