Html Css Color HEX #D88844 Peru

📋 copy color: '#D88844'

red 216 ◦ green 136 ◦ blue 68

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

Shades of Peru #D88844

Tints of Peru #D88844

RGB

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

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

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

R = 51.43%
G = 32.38%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D88844 (or 0xD88844) is known color: Peru. HEX triplet: D8, 88 and 44. RGB value is (216,136,68). Sum of RGB (Red+Green+Blue) = 216+136+68=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D88844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88844 is #2777BB. Grayscale: #989898. Windows color (decimal): -2586556 or 4491480. OLE color: 4491480.

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

Color convert

RGB 216 136 68 -
CMYK 0 0.37 0.69 0.15
HSL 27.57º 0.65% 0.56% -
HSV(B) 27.57º 0.69% 0.85% -
XYZ 38.17 32.62 9.75 -
YUV 152.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 216 136 68 0 0.37 0.69 0.15 27.57 0.65 0.56
Hex D8 88 44 0 25 45 F 1C 41 38
Octal 330 210 104 0 45 105 17 34 101 70
Binary 11011000 10001000 1000100 0 100101 1000101 1111 11100 1000001 111000

Color Harmonies of #D88844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88844

Black with #D88844

Text Example


Text Example

White with #D88844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88844; }

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

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

background-color css

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

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

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

border-color css

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

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

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