Html Css Color HEX #D18A47 Peru

📋 copy color: '#D18A47'

red 209 ◦ green 138 ◦ blue 71

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

Shades of Peru #D18A47

Tints of Peru #D18A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.01%

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 50%
G = 33.01%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D18A47 (or 0xD18A47) is known color: Peru. HEX triplet: D1, 8A and 47. RGB value is (209,138,71). Sum of RGB (Red+Green+Blue) = 209+138+71=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A47 is #2E75B8. Grayscale: #979797. Windows color (decimal): -3044793 or 4688593. OLE color: 4688593.

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

Color convert

RGB 209 138 71 -
CMYK 0 0.34 0.66 0.18
HSL 29.13º 0.6% 0.55% -
HSV(B) 29.13º 0.66% 0.82% -
XYZ 36.52 32.19 10.25 -
YUV 151.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 209 138 71 0 0.34 0.66 0.18 29.13 0.6 0.55
Hex D1 8A 47 0 22 42 12 1D 3C 37
Octal 321 212 107 0 42 102 22 35 74 67
Binary 11010001 10001010 1000111 0 100010 1000010 10010 11101 111100 110111

Color Harmonies of #D18A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A47

Black with #D18A47

Text Example


Text Example

White with #D18A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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