Html Css Color HEX #D88841 Peru

📋 copy color: '#D88841'

red 216 ◦ green 136 ◦ blue 65

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

Shades of Peru #D88841

Tints of Peru #D88841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 51.8%
G = 32.61%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D88841 (or 0xD88841) is known color: Peru. HEX triplet: D8, 88 and 41. RGB value is (216,136,65). Sum of RGB (Red+Green+Blue) = 216+136+65=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D88841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88841 is #2777BE. Grayscale: #989898. Windows color (decimal): -2586559 or 4294872. OLE color: 4294872.

HSL color Cylindrical-coordinate representation of color #D88841: hue angle of 28.21º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D88841 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 65 -
CMYK 0 0.37 0.70 0.15
HSL 28.21º 0.66% 0.55% -
HSV(B) 28.21º 0.7% 0.85% -
XYZ 38.08 32.59 9.28 -
YUV 151.83 79 173.77 -
System Red Green Blue C M Y K H S L
Decimal 216 136 65 0 0.37 0.70 0.15 28.21 0.66 0.55
Hex D8 88 41 0 25 46 F 1C 42 37
Octal 330 210 101 0 45 106 17 34 102 67
Binary 11011000 10001000 1000001 0 100101 1000110 1111 11100 1000010 110111

Color Harmonies of #D88841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88841

Black with #D88841

Text Example


Text Example

White with #D88841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88841; }

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

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

background-color css

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

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

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

border-color css

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

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

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