Html Css Color HEX #D18E4D Peru

📋 copy color: '#D18E4D'

red 209 ◦ green 142 ◦ blue 77

#D18E4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #D18E4D

Tints of Peru #D18E4D

RGB

 RED value IS 209 (82.03% from 255) = 48.83%

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 77 (30.47% from 255) = 17.99%

R = 48.83%
G = 33.18%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D18E4D (or 0xD18E4D) is known color: Peru. HEX triplet: D1, 8E and 4D. RGB value is (209,142,77). Sum of RGB (Red+Green+Blue) = 209+142+77=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E4D is #2E71B2. Grayscale: #9A9A9A. Windows color (decimal): -3043763 or 5082833. OLE color: 5082833.

HSL color Cylindrical-coordinate representation of color #D18E4D: hue angle of 29.55º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D18E4D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 142 77 -
CMYK 0 0.32 0.63 0.18
HSL 29.55º 0.59% 0.56% -
HSV(B) 29.55º 0.63% 0.82% -
XYZ 37.31 33.44 11.51 -
YUV 154.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 209 142 77 0 0.32 0.63 0.18 29.55 0.59 0.56
Hex D1 8E 4D 0 20 3F 12 1E 3B 38
Octal 321 216 115 0 40 77 22 36 73 70
Binary 11010001 10001110 1001101 0 100000 111111 10010 11110 111011 111000

Color Harmonies of #D18E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E4D

Black with #D18E4D

Text Example


Text Example

White with #D18E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E4D; }

 p { color: rgb(209,142,77); }

 H1.HeaderClassName
 {
   color: #D18E4D;
 }
 .AnyTagClassName
 {
   color: #D18E4D;
 }
</style>

background-color css

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

 a { background-color: rgb(209,142,77); }

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

border-color css

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

 span { border-color: rgb(209,142,77); }

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