Html Css Color HEX #D88744 Peru

📋 copy color: '#D88744'

red 216 ◦ green 135 ◦ blue 68

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

Shades of Peru #D88744

Tints of Peru #D88744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.22%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 51.55%
G = 32.22%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D88744 (or 0xD88744) is known color: Peru. HEX triplet: D8, 87 and 44. RGB value is (216,135,68). Sum of RGB (Red+Green+Blue) = 216+135+68=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D88744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88744 is #2778BB. Grayscale: #979797. Windows color (decimal): -2586812 or 4491224. OLE color: 4491224.

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

Color convert

RGB 216 135 68 -
CMYK 0 0.38 0.69 0.15
HSL 27.16º 0.65% 0.56% -
HSV(B) 27.16º 0.69% 0.85% -
XYZ 38.03 32.34 9.71 -
YUV 151.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 216 135 68 0 0.38 0.69 0.15 27.16 0.65 0.56
Hex D8 87 44 0 26 45 F 1B 41 38
Octal 330 207 104 0 46 105 17 33 101 70
Binary 11011000 10000111 1000100 0 100110 1000101 1111 11011 1000001 111000

Color Harmonies of #D88744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88744

Black with #D88744

Text Example


Text Example

White with #D88744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88744; }

 p { color: rgb(216,135,68); }

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

background-color css

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

 a { background-color: rgb(216,135,68); }

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

border-color css

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

 span { border-color: rgb(216,135,68); }

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