Html Css Color HEX #D8883F Peru

📋 copy color: '#D8883F'

red 216 ◦ green 136 ◦ blue 63

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

Shades of Peru #D8883F

Tints of Peru #D8883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 52.05%
G = 32.77%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8883F (or 0xD8883F) is known color: Peru. HEX triplet: D8, 88 and 3F. RGB value is (216,136,63). Sum of RGB (Red+Green+Blue) = 216+136+63=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8883F is #2777C0. Grayscale: #979797. Windows color (decimal): -2586561 or 4163800. OLE color: 4163800.

HSL color Cylindrical-coordinate representation of color #D8883F: hue angle of 28.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8883F is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 63 -
CMYK 0 0.37 0.71 0.15
HSL 28.63º 0.66% 0.55% -
HSV(B) 28.63º 0.71% 0.85% -
XYZ 38.02 32.57 8.98 -
YUV 151.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 216 136 63 0 0.37 0.71 0.15 28.63 0.66 0.55
Hex D8 88 3F 0 25 47 F 1D 42 37
Octal 330 210 77 0 45 107 17 35 102 67
Binary 11011000 10001000 111111 0 100101 1000111 1111 11101 1000010 110111

Color Harmonies of #D8883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8883F

Black with #D8883F

Text Example


Text Example

White with #D8883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8883F; }

 p { color: rgb(216,136,63); }

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

background-color css

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

 a { background-color: rgb(216,136,63); }

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

border-color css

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

 span { border-color: rgb(216,136,63); }

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