Html Css Color HEX #D18A41 Peru

📋 copy color: '#D18A41'

red 209 ◦ green 138 ◦ blue 65

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

Shades of Peru #D18A41

Tints of Peru #D18A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

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

R = 50.73%
G = 33.5%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18A41 (or 0xD18A41) is known color: Peru. HEX triplet: D1, 8A and 41. RGB value is (209,138,65). Sum of RGB (Red+Green+Blue) = 209+138+65=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A41 is #2E75BE. Grayscale: #979797. Windows color (decimal): -3044799 or 4295377. OLE color: 4295377.

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

Color convert

RGB 209 138 65 -
CMYK 0 0.34 0.69 0.18
HSL 30.42º 0.61% 0.54% -
HSV(B) 30.42º 0.69% 0.82% -
XYZ 36.34 32.11 9.28 -
YUV 150.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 209 138 65 0 0.34 0.69 0.18 30.42 0.61 0.54
Hex D1 8A 41 0 22 45 12 1E 3D 36
Octal 321 212 101 0 42 105 22 36 75 66
Binary 11010001 10001010 1000001 0 100010 1000101 10010 11110 111101 110110

Color Harmonies of #D18A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A41

Black with #D18A41

Text Example


Text Example

White with #D18A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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