Html Css Color HEX #D18E40 Peru

📋 copy color: '#D18E40'

red 209 ◦ green 142 ◦ blue 64

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

Shades of Peru #D18E40

Tints of Peru #D18E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.42%

R = 50.36%
G = 34.22%
B = 15.42%

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

#D18E40 (or 0xD18E40) is known color: Peru. HEX triplet: D1, 8E and 40. RGB value is (209,142,64). Sum of RGB (Red+Green+Blue) = 209+142+64=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E40 is #2E71BF. Grayscale: #999999. Windows color (decimal): -3043776 or 4230865. OLE color: 4230865.

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

Color convert

RGB 209 142 64 -
CMYK 0 0.32 0.69 0.18
HSL 32.28º 0.61% 0.54% -
HSV(B) 32.28º 0.69% 0.82% -
XYZ 36.89 33.27 9.33 -
YUV 153.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 209 142 64 0 0.32 0.69 0.18 32.28 0.61 0.54
Hex D1 8E 40 0 20 45 12 20 3D 36
Octal 321 216 100 0 40 105 22 40 75 66
Binary 11010001 10001110 1000000 0 100000 1000101 10010 100000 111101 110110

Color Harmonies of #D18E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E40

Black with #D18E40

Text Example


Text Example

White with #D18E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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