Html Css Color HEX #D1884A Peru

📋 copy color: '#D1884A'

red 209 ◦ green 136 ◦ blue 74

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

Shades of Peru #D1884A

Tints of Peru #D1884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.46%

 BLUE value IS 74 (29.3% from 255) = 17.66%

R = 49.88%
G = 32.46%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1884A (or 0xD1884A) is known color: Peru. HEX triplet: D1, 88 and 4A. RGB value is (209,136,74). Sum of RGB (Red+Green+Blue) = 209+136+74=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1884A is #2E77B5. Grayscale: #979797. Windows color (decimal): -3045302 or 4884689. OLE color: 4884689.

HSL color Cylindrical-coordinate representation of color #D1884A: hue angle of 27.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1884A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 74 -
CMYK 0 0.35 0.65 0.18
HSL 27.56º 0.59% 0.55% -
HSV(B) 27.56º 0.65% 0.82% -
XYZ 36.33 31.66 10.67 -
YUV 150.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 209 136 74 0 0.35 0.65 0.18 27.56 0.59 0.55
Hex D1 88 4A 0 23 41 12 1C 3B 37
Octal 321 210 112 0 43 101 22 34 73 67
Binary 11010001 10001000 1001010 0 100011 1000001 10010 11100 111011 110111

Color Harmonies of #D1884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1884A

Black with #D1884A

Text Example


Text Example

White with #D1884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1884A; }

 p { color: rgb(209,136,74); }

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

background-color css

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

 a { background-color: rgb(209,136,74); }

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

border-color css

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

 span { border-color: rgb(209,136,74); }

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