Html Css Color HEX #D1863D Peru

📋 copy color: '#D1863D'

red 209 ◦ green 134 ◦ blue 61

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

Shades of Peru #D1863D

Tints of Peru #D1863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 51.73%
G = 33.17%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1863D (or 0xD1863D) is known color: Peru. HEX triplet: D1, 86 and 3D. RGB value is (209,134,61). Sum of RGB (Red+Green+Blue) = 209+134+61=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1863D is #2E79C2. Grayscale: #949494. Windows color (decimal): -3045827 or 4032209. OLE color: 4032209.

HSL color Cylindrical-coordinate representation of color #D1863D: hue angle of 29.59º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1863D is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 61 -
CMYK 0 0.36 0.71 0.18
HSL 29.59º 0.62% 0.53% -
HSV(B) 29.59º 0.71% 0.82% -
XYZ 35.66 30.94 8.51 -
YUV 148.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 209 134 61 0 0.36 0.71 0.18 29.59 0.62 0.53
Hex D1 86 3D 0 24 47 12 1E 3E 35
Octal 321 206 75 0 44 107 22 36 76 65
Binary 11010001 10000110 111101 0 100100 1000111 10010 11110 111110 110101

Color Harmonies of #D1863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1863D

Black with #D1863D

Text Example


Text Example

White with #D1863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1863D; }

 p { color: rgb(209,134,61); }

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

background-color css

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

 a { background-color: rgb(209,134,61); }

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

border-color css

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

 span { border-color: rgb(209,134,61); }

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