Html Css Color HEX #D18E41 Peru

📋 copy color: '#D18E41'

red 209 ◦ green 142 ◦ blue 65

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

Shades of Peru #D18E41

Tints of Peru #D18E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 50.24%
G = 34.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18E41 (or 0xD18E41) is known color: Peru. HEX triplet: D1, 8E and 41. RGB value is (209,142,65). Sum of RGB (Red+Green+Blue) = 209+142+65=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E41 is #2E71BE. Grayscale: #999999. Windows color (decimal): -3043775 or 4296401. OLE color: 4296401.

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

Color convert

RGB 209 142 65 -
CMYK 0 0.32 0.69 0.18
HSL 32.08º 0.61% 0.54% -
HSV(B) 32.08º 0.69% 0.82% -
XYZ 36.92 33.28 9.48 -
YUV 153.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 209 142 65 0 0.32 0.69 0.18 32.08 0.61 0.54
Hex D1 8E 41 0 20 45 12 20 3D 36
Octal 321 216 101 0 40 105 22 40 75 66
Binary 11010001 10001110 1000001 0 100000 1000101 10010 100000 111101 110110

Color Harmonies of #D18E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E41

Black with #D18E41

Text Example


Text Example

White with #D18E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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