Html Css Color HEX #D18C49 Peru

📋 copy color: '#D18C49'

red 209 ◦ green 140 ◦ blue 73

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

Shades of Peru #D18C49

Tints of Peru #D18C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

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

R = 49.53%
G = 33.18%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D18C49 (or 0xD18C49) is known color: Peru. HEX triplet: D1, 8C and 49. RGB value is (209,140,73). Sum of RGB (Red+Green+Blue) = 209+140+73=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C49 is #2E73B6. Grayscale: #999999. Windows color (decimal): -3044279 or 4820177. OLE color: 4820177.

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

Color convert

RGB 209 140 73 -
CMYK 0 0.33 0.65 0.18
HSL 29.56º 0.6% 0.55% -
HSV(B) 29.56º 0.65% 0.82% -
XYZ 36.88 32.79 10.69 -
YUV 152.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 209 140 73 0 0.33 0.65 0.18 29.56 0.6 0.55
Hex D1 8C 49 0 21 41 12 1E 3C 37
Octal 321 214 111 0 41 101 22 36 74 67
Binary 11010001 10001100 1001001 0 100001 1000001 10010 11110 111100 110111

Color Harmonies of #D18C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C49

Black with #D18C49

Text Example


Text Example

White with #D18C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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