Html Css Color HEX #D8883C Peru

📋 copy color: '#D8883C'

red 216 ◦ green 136 ◦ blue 60

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

Shades of Peru #D8883C

Tints of Peru #D8883C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.56%

R = 52.43%
G = 33.01%
B = 14.56%

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

#D8883C (or 0xD8883C) is known color: Peru. HEX triplet: D8, 88 and 3C. RGB value is (216,136,60). Sum of RGB (Red+Green+Blue) = 216+136+60=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8883C is #2777C3. Grayscale: #979797. Windows color (decimal): -2586564 or 3967192. OLE color: 3967192.

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

Color convert

RGB 216 136 60 -
CMYK 0 0.37 0.72 0.15
HSL 29.23º 0.67% 0.54% -
HSV(B) 29.23º 0.72% 0.85% -
XYZ 37.94 32.53 8.55 -
YUV 151.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 216 136 60 0 0.37 0.72 0.15 29.23 0.67 0.54
Hex D8 88 3C 0 25 48 F 1D 43 36
Octal 330 210 74 0 45 110 17 35 103 66
Binary 11011000 10001000 111100 0 100101 1001000 1111 11101 1000011 110110

Color Harmonies of #D8883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8883C

Black with #D8883C

Text Example


Text Example

White with #D8883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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