Html Css Color HEX #D18D44 Peru

📋 copy color: '#D18D44'

red 209 ◦ green 141 ◦ blue 68

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

Shades of Peru #D18D44

Tints of Peru #D18D44

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

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

R = 50%
G = 33.73%
B = 16.27%

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

#D18D44 (or 0xD18D44) is known color: Peru. HEX triplet: D1, 8D and 44. RGB value is (209,141,68). Sum of RGB (Red+Green+Blue) = 209+141+68=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D44 is #2E72BB. Grayscale: #999999. Windows color (decimal): -3044028 or 4492753. OLE color: 4492753.

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

Color convert

RGB 209 141 68 -
CMYK 0 0.33 0.67 0.18
HSL 31.06º 0.61% 0.54% -
HSV(B) 31.06º 0.67% 0.82% -
XYZ 36.86 33.02 9.9 -
YUV 153.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 209 141 68 0 0.33 0.67 0.18 31.06 0.61 0.54
Hex D1 8D 44 0 21 43 12 1F 3D 36
Octal 321 215 104 0 41 103 22 37 75 66
Binary 11010001 10001101 1000100 0 100001 1000011 10010 11111 111101 110110

Color Harmonies of #D18D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D44

Black with #D18D44

Text Example


Text Example

White with #D18D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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