#D1863C

Color #D1863C Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D1863C

Tints of Peru #D1863C

Color information

#D1863C (or 0xD1863C) is unknown color: approx Peru. HEX triplet: D1, 86 and 3C. RGB value is (209,134,60). Sum of RGB (Red+Green+Blue) = 209+134+60=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1863C is #2E79C3. Grayscale: #949494. Windows color (decimal): -3045828 or 3966673. OLE color: 3966673.

HSL color Cylindrical-coordinate representation of color #D1863C: hue angle of 29.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1863C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20913460-
CMYK00.360.710.18
HSL29.8º61.83%52.75%-
HSV(B)29.8º71.29%81.96%-
XYZ35.6430.938.37-
YUV147.9978.35171.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 60 (23.83% from 255) = 14.89%
R=51.86%
G=33.25%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091346000.360.710.1829.861.8352.75
HexD1863C02447121e3e35
Octal3212067404410722367665
Binary1101000110000110111100010010010001111001011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1863C; }

 p { color: rgb(209,134,60); }

 H1.HeaderClassName
 {
   color: #D1863C;
 }
 .AnyTagClassName
 {
   color: #D1863C;
 }
</style>
background-color css

<style>
 a { background-color: #D1863C; }

 a { background-color: rgb(209,134,60); }

 div.DivClassName
 {
   background-color: #D1863C;
 }
 .BgClassName
 {
   background-color: #D1863C;
 }
</style>
border-color css

<style>
 span { border-color: #D1863C; }

 span { border-color: rgb(209,134,60); }

 td.TdClassName
 {
   border-color: #D1863C;
 }
 .TagClassName
 {
   border-color: #D1863C;
 }
</style>