Html Css Color HEX #D8863D Peru

📋 copy color: '#D8863D'

red 216 ◦ green 134 ◦ blue 61

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

Shades of Peru #D8863D

Tints of Peru #D8863D

RGB

 RED value IS 216 (84.77% from 255) = 52.55%

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

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

R = 52.55%
G = 32.6%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8863D (or 0xD8863D) is known color: Peru. HEX triplet: D8, 86 and 3D. RGB value is (216,134,61). Sum of RGB (Red+Green+Blue) = 216+134+61=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8863D is #2779C2. Grayscale: #969696. Windows color (decimal): -2587075 or 4032216. OLE color: 4032216.

HSL color Cylindrical-coordinate representation of color #D8863D: hue angle of 28.26º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8863D is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 61 -
CMYK 0 0.38 0.72 0.15
HSL 28.26º 0.67% 0.54% -
HSV(B) 28.26º 0.72% 0.85% -
XYZ 37.69 31.99 8.6 -
YUV 150.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 216 134 61 0 0.38 0.72 0.15 28.26 0.67 0.54
Hex D8 86 3D 0 26 48 F 1C 43 36
Octal 330 206 75 0 46 110 17 34 103 66
Binary 11011000 10000110 111101 0 100110 1001000 1111 11100 1000011 110110

Color Harmonies of #D8863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8863D

Black with #D8863D

Text Example


Text Example

White with #D8863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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