Html Css Color HEX #D8883D Peru

📋 copy color: '#D8883D'

red 216 ◦ green 136 ◦ blue 61

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

Shades of Peru #D8883D

Tints of Peru #D8883D

RGB

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

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

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

R = 52.3%
G = 32.93%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8883D (or 0xD8883D) is known color: Peru. HEX triplet: D8, 88 and 3D. RGB value is (216,136,61). Sum of RGB (Red+Green+Blue) = 216+136+61=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8883D is #2777C2. Grayscale: #979797. Windows color (decimal): -2586563 or 4032728. OLE color: 4032728.

HSL color Cylindrical-coordinate representation of color #D8883D: hue angle of 29.03º 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 #D8883D is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 61 -
CMYK 0 0.37 0.72 0.15
HSL 29.03º 0.67% 0.54% -
HSV(B) 29.03º 0.72% 0.85% -
XYZ 37.97 32.54 8.7 -
YUV 151.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 216 136 61 0 0.37 0.72 0.15 29.03 0.67 0.54
Hex D8 88 3D 0 25 48 F 1D 43 36
Octal 330 210 75 0 45 110 17 35 103 66
Binary 11011000 10001000 111101 0 100101 1001000 1111 11101 1000011 110110

Color Harmonies of #D8883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8883D

Black with #D8883D

Text Example


Text Example

White with #D8883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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