Html Css Color HEX #D18E42 Peru

📋 copy color: '#D18E42'

red 209 ◦ green 142 ◦ blue 66

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

Shades of Peru #D18E42

Tints of Peru #D18E42

RGB

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

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

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

R = 50.12%
G = 34.05%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D18E42 (or 0xD18E42) is known color: Peru. HEX triplet: D1, 8E and 42. RGB value is (209,142,66). Sum of RGB (Red+Green+Blue) = 209+142+66=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E42 is #2E71BD. Grayscale: #999999. Windows color (decimal): -3043774 or 4361937. OLE color: 4361937.

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

Color convert

RGB 209 142 66 -
CMYK 0 0.32 0.68 0.18
HSL 31.89º 0.61% 0.54% -
HSV(B) 31.89º 0.68% 0.82% -
XYZ 36.95 33.29 9.63 -
YUV 153.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 209 142 66 0 0.32 0.68 0.18 31.89 0.61 0.54
Hex D1 8E 42 0 20 44 12 20 3D 36
Octal 321 216 102 0 40 104 22 40 75 66
Binary 11010001 10001110 1000010 0 100000 1000100 10010 100000 111101 110110

Color Harmonies of #D18E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E42

Black with #D18E42

Text Example


Text Example

White with #D18E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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