Html Css Color HEX #D18342 Peru

📋 copy color: '#D18342'

red 209 ◦ green 131 ◦ blue 66

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

Shades of Peru #D18342

Tints of Peru #D18342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

 BLUE value IS 66 (26.17% from 255) = 16.26%

R = 51.48%
G = 32.27%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D18342 (or 0xD18342) is known color: Peru. HEX triplet: D1, 83 and 42. RGB value is (209,131,66). Sum of RGB (Red+Green+Blue) = 209+131+66=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D18342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18342 is #2E7CBD. Grayscale: #939393. Windows color (decimal): -3046590 or 4359121. OLE color: 4359121.

HSL color Cylindrical-coordinate representation of color #D18342: hue angle of 27.27º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D18342 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 66 -
CMYK 0 0.37 0.68 0.18
HSL 27.27º 0.61% 0.54% -
HSV(B) 27.27º 0.68% 0.82% -
XYZ 35.39 30.18 9.11 -
YUV 146.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 209 131 66 0 0.37 0.68 0.18 27.27 0.61 0.54
Hex D1 83 42 0 25 44 12 1B 3D 36
Octal 321 203 102 0 45 104 22 33 75 66
Binary 11010001 10000011 1000010 0 100101 1000100 10010 11011 111101 110110

Color Harmonies of #D18342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18342

Black with #D18342

Text Example


Text Example

White with #D18342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18342; }

 p { color: rgb(209,131,66); }

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

background-color css

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

 a { background-color: rgb(209,131,66); }

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

border-color css

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

 span { border-color: rgb(209,131,66); }

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