Html Css Color HEX #D2863E Peru

📋 copy color: '#D2863E'

red 210 ◦ green 134 ◦ blue 62

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

Shades of Peru #D2863E

Tints of Peru #D2863E

RGB

 RED value IS 210 (82.42% from 255) = 51.72%

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

 BLUE value IS 62 (24.61% from 255) = 15.27%

R = 51.72%
G = 33%
B = 15.27%

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

#D2863E (or 0xD2863E) is known color: Peru. HEX triplet: D2, 86 and 3E. RGB value is (210,134,62). Sum of RGB (Red+Green+Blue) = 210+134+62=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2863E is #2D79C1. Grayscale: #949494. Windows color (decimal): -2980290 or 4097746. OLE color: 4097746.

HSL color Cylindrical-coordinate representation of color #D2863E: hue angle of 29.19º degrees, saturation: 0.62, 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 #D2863E is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 62 -
CMYK 0 0.36 0.70 0.18
HSL 29.19º 0.62% 0.53% -
HSV(B) 29.19º 0.7% 0.82% -
XYZ 35.97 31.1 8.66 -
YUV 148.52 79.18 171.85 -
System Red Green Blue C M Y K H S L
Decimal 210 134 62 0 0.36 0.70 0.18 29.19 0.62 0.53
Hex D2 86 3E 0 24 46 12 1D 3E 35
Octal 322 206 76 0 44 106 22 35 76 65
Binary 11010010 10000110 111110 0 100100 1000110 10010 11101 111110 110101

Color Harmonies of #D2863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2863E

Black with #D2863E

Text Example


Text Example

White with #D2863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2863E; }

 p { color: rgb(210,134,62); }

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

background-color css

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

 a { background-color: rgb(210,134,62); }

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

border-color css

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

 span { border-color: rgb(210,134,62); }

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