Html Css Color HEX #D18E3E Peru

📋 copy color: '#D18E3E'

red 209 ◦ green 142 ◦ blue 62

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

Shades of Peru #D18E3E

Tints of Peru #D18E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.01%

R = 50.61%
G = 34.38%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D18E3E (or 0xD18E3E) is known color: Peru. HEX triplet: D1, 8E and 3E. RGB value is (209,142,62). Sum of RGB (Red+Green+Blue) = 209+142+62=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E3E is #2E71C1. Grayscale: #999999. Windows color (decimal): -3043778 or 4099793. OLE color: 4099793.

HSL color Cylindrical-coordinate representation of color #D18E3E: hue angle of 32.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D18E3E is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 142 62 -
CMYK 0 0.32 0.70 0.18
HSL 32.65º 0.62% 0.53% -
HSV(B) 32.65º 0.7% 0.82% -
XYZ 36.84 33.25 9.03 -
YUV 152.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 209 142 62 0 0.32 0.70 0.18 32.65 0.62 0.53
Hex D1 8E 3E 0 20 46 12 21 3E 35
Octal 321 216 76 0 40 106 22 41 76 65
Binary 11010001 10001110 111110 0 100000 1000110 10010 100001 111110 110101

Color Harmonies of #D18E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E3E

Black with #D18E3E

Text Example


Text Example

White with #D18E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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