Html Css Color HEX #D18F49 Peru

📋 copy color: '#D18F49'

red 209 ◦ green 143 ◦ blue 73

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

Shades of Peru #D18F49

Tints of Peru #D18F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.65%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 49.18%
G = 33.65%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D18F49 (or 0xD18F49) is known color: Peru. HEX triplet: D1, 8F and 49. RGB value is (209,143,73). Sum of RGB (Red+Green+Blue) = 209+143+73=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F49 is #2E70B6. Grayscale: #9B9B9B. Windows color (decimal): -3043511 or 4820945. OLE color: 4820945.

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

Color convert

RGB 209 143 73 -
CMYK 0 0.32 0.65 0.18
HSL 30.88º 0.6% 0.55% -
HSV(B) 30.88º 0.65% 0.82% -
XYZ 37.32 33.68 10.84 -
YUV 154.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 209 143 73 0 0.32 0.65 0.18 30.88 0.6 0.55
Hex D1 8F 49 0 20 41 12 1F 3C 37
Octal 321 217 111 0 40 101 22 37 74 67
Binary 11010001 10001111 1001001 0 100000 1000001 10010 11111 111100 110111

Color Harmonies of #D18F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F49

Black with #D18F49

Text Example


Text Example

White with #D18F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F49; }

 p { color: rgb(209,143,73); }

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

background-color css

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

 a { background-color: rgb(209,143,73); }

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

border-color css

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

 span { border-color: rgb(209,143,73); }

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