Html Css Color HEX #D88B49 Peru

📋 copy color: '#D88B49'

red 216 ◦ green 139 ◦ blue 73

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

Shades of Peru #D88B49

Tints of Peru #D88B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

 BLUE value IS 73 (28.91% from 255) = 17.06%

R = 50.47%
G = 32.48%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D88B49 (or 0xD88B49) is known color: Peru. HEX triplet: D8, 8B and 49. RGB value is (216,139,73). Sum of RGB (Red+Green+Blue) = 216+139+73=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B49 is #2774B6. Grayscale: #9A9A9A. Windows color (decimal): -2585783 or 4819928. OLE color: 4819928.

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

Color convert

RGB 216 139 73 -
CMYK 0 0.36 0.66 0.15
HSL 27.69º 0.65% 0.57% -
HSV(B) 27.69º 0.66% 0.85% -
XYZ 38.75 33.55 10.74 -
YUV 154.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 216 139 73 0 0.36 0.66 0.15 27.69 0.65 0.57
Hex D8 8B 49 0 24 42 F 1C 41 39
Octal 330 213 111 0 44 102 17 34 101 71
Binary 11011000 10001011 1001001 0 100100 1000010 1111 11100 1000001 111001

Color Harmonies of #D88B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B49

Black with #D88B49

Text Example


Text Example

White with #D88B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B49; }

 p { color: rgb(216,139,73); }

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

background-color css

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

 a { background-color: rgb(216,139,73); }

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

border-color css

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

 span { border-color: rgb(216,139,73); }

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