Html Css Color HEX #D8883A Peru

📋 copy color: '#D8883A'

red 216 ◦ green 136 ◦ blue 58

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

Shades of Peru #D8883A

Tints of Peru #D8883A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.15%

R = 52.68%
G = 33.17%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8883A (or 0xD8883A) is known color: Peru. HEX triplet: D8, 88 and 3A. RGB value is (216,136,58). Sum of RGB (Red+Green+Blue) = 216+136+58=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8883A is #2777C5. Grayscale: #979797. Windows color (decimal): -2586566 or 3836120. OLE color: 3836120.

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

Color convert

RGB 216 136 58 -
CMYK 0 0.37 0.73 0.15
HSL 29.62º 0.67% 0.54% -
HSV(B) 29.62º 0.73% 0.85% -
XYZ 37.89 32.51 8.28 -
YUV 151.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 216 136 58 0 0.37 0.73 0.15 29.62 0.67 0.54
Hex D8 88 3A 0 25 49 F 1E 43 36
Octal 330 210 72 0 45 111 17 36 103 66
Binary 11011000 10001000 111010 0 100101 1001001 1111 11110 1000011 110110

Color Harmonies of #D8883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8883A

Black with #D8883A

Text Example


Text Example

White with #D8883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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