#D18A3D

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

Shades of Peru #D18A3D

Tints of Peru #D18A3D

Color information

#D18A3D (or 0xD18A3D) is unknown color: approx Peru. HEX triplet: D1, 8A and 3D. RGB value is (209,138,61). Sum of RGB (Red+Green+Blue) = 209+138+61=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A3D is #2E75C2. Grayscale: #969696. Windows color (decimal): -3044803 or 4033233. OLE color: 4033233.

HSL color Cylindrical-coordinate representation of color #D18A3D: hue angle of 31.22º 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 #D18A3D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20913861-
CMYK00.340.710.18
HSL31.22º61.67%52.94%-
HSV(B)31.22º70.81%81.96%-
XYZ36.2332.078.7-
YUV150.4577.52169.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=51.23%
G=33.82%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091386100.340.710.1831.2261.6752.94
HexD18A3D02247121f3e35
Octal3212127504210722377665
Binary1101000110001010111101010001010001111001011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18A3D; }

 p { color: rgb(209,138,61); }

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

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

 a { background-color: rgb(209,138,61); }

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

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

 span { border-color: rgb(209,138,61); }

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