Html Css Color HEX #D18B44 Peru

📋 copy color: '#D18B44'

red 209 ◦ green 139 ◦ blue 68

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

Shades of Peru #D18B44

Tints of Peru #D18B44

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

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

R = 50.24%
G = 33.41%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D18B44 (or 0xD18B44) is known color: Peru. HEX triplet: D1, 8B and 44. RGB value is (209,139,68). Sum of RGB (Red+Green+Blue) = 209+139+68=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B44 is #2E74BB. Grayscale: #989898. Windows color (decimal): -3044540 or 4492241. OLE color: 4492241.

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

Color convert

RGB 209 139 68 -
CMYK 0 0.33 0.67 0.18
HSL 30.21º 0.61% 0.54% -
HSV(B) 30.21º 0.67% 0.82% -
XYZ 36.57 32.44 9.8 -
YUV 151.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 209 139 68 0 0.33 0.67 0.18 30.21 0.61 0.54
Hex D1 8B 44 0 21 43 12 1E 3D 36
Octal 321 213 104 0 41 103 22 36 75 66
Binary 11010001 10001011 1000100 0 100001 1000011 10010 11110 111101 110110

Color Harmonies of #D18B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B44

Black with #D18B44

Text Example


Text Example

White with #D18B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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