Html Css Color HEX #D18344 Peru

📋 copy color: '#D18344'

red 209 ◦ green 131 ◦ blue 68

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

Shades of Peru #D18344

Tints of Peru #D18344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 51.23%
G = 32.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D18344 (or 0xD18344) is known color: Peru. HEX triplet: D1, 83 and 44. RGB value is (209,131,68). Sum of RGB (Red+Green+Blue) = 209+131+68=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D18344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18344 is #2E7CBB. Grayscale: #939393. Windows color (decimal): -3046588 or 4490193. OLE color: 4490193.

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

Color convert

RGB 209 131 68 -
CMYK 0 0.37 0.67 0.18
HSL 26.81º 0.61% 0.54% -
HSV(B) 26.81º 0.67% 0.82% -
XYZ 35.45 30.21 9.43 -
YUV 147.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 209 131 68 0 0.37 0.67 0.18 26.81 0.61 0.54
Hex D1 83 44 0 25 43 12 1B 3D 36
Octal 321 203 104 0 45 103 22 33 75 66
Binary 11010001 10000011 1000100 0 100101 1000011 10010 11011 111101 110110

Color Harmonies of #D18344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18344

Black with #D18344

Text Example


Text Example

White with #D18344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18344; }

 p { color: rgb(209,131,68); }

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

background-color css

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

 a { background-color: rgb(209,131,68); }

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

border-color css

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

 span { border-color: rgb(209,131,68); }

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