Html Css Color HEX #D2863F Peru

📋 copy color: '#D2863F'

red 210 ◦ green 134 ◦ blue 63

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

Shades of Peru #D2863F

Tints of Peru #D2863F

RGB

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

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

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

R = 51.6%
G = 32.92%
B = 15.48%

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

#D2863F (or 0xD2863F) is known color: Peru. HEX triplet: D2, 86 and 3F. RGB value is (210,134,63). Sum of RGB (Red+Green+Blue) = 210+134+63=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2863F is #2D79C0. Grayscale: #949494. Windows color (decimal): -2980289 or 4163282. OLE color: 4163282.

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

Color convert

RGB 210 134 63 -
CMYK 0 0.36 0.70 0.18
HSL 28.98º 0.62% 0.54% -
HSV(B) 28.98º 0.7% 0.82% -
XYZ 36 31.11 8.81 -
YUV 148.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 210 134 63 0 0.36 0.70 0.18 28.98 0.62 0.54
Hex D2 86 3F 0 24 46 12 1D 3E 36
Octal 322 206 77 0 44 106 22 35 76 66
Binary 11010010 10000110 111111 0 100100 1000110 10010 11101 111110 110110

Color Harmonies of #D2863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2863F

Black with #D2863F

Text Example


Text Example

White with #D2863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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