Html Css Color HEX #D1863F Peru

📋 copy color: '#D1863F'

red 209 ◦ green 134 ◦ blue 63

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

Shades of Peru #D1863F

Tints of Peru #D1863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.52%

R = 51.48%
G = 33%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1863F (or 0xD1863F) is known color: Peru. HEX triplet: D1, 86 and 3F. RGB value is (209,134,63). Sum of RGB (Red+Green+Blue) = 209+134+63=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1863F is #2E79C0. Grayscale: #949494. Windows color (decimal): -3045825 or 4163281. OLE color: 4163281.

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

Color convert

RGB 209 134 63 -
CMYK 0 0.36 0.70 0.18
HSL 29.18º 0.61% 0.53% -
HSV(B) 29.18º 0.7% 0.82% -
XYZ 35.72 30.96 8.8 -
YUV 148.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 209 134 63 0 0.36 0.70 0.18 29.18 0.61 0.53
Hex D1 86 3F 0 24 46 12 1D 3D 35
Octal 321 206 77 0 44 106 22 35 75 65
Binary 11010001 10000110 111111 0 100100 1000110 10010 11101 111101 110101

Color Harmonies of #D1863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1863F

Black with #D1863F

Text Example


Text Example

White with #D1863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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