Html Css Color HEX #D88641 Peru

📋 copy color: '#D88641'

red 216 ◦ green 134 ◦ blue 65

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

Shades of Peru #D88641

Tints of Peru #D88641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

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

R = 52.05%
G = 32.29%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D88641 (or 0xD88641) is known color: Peru. HEX triplet: D8, 86 and 41. RGB value is (216,134,65). Sum of RGB (Red+Green+Blue) = 216+134+65=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D88641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88641 is #2779BE. Grayscale: #979797. Windows color (decimal): -2587071 or 4294360. OLE color: 4294360.

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

Color convert

RGB 216 134 65 -
CMYK 0 0.38 0.70 0.15
HSL 27.42º 0.66% 0.55% -
HSV(B) 27.42º 0.7% 0.85% -
XYZ 37.8 32.03 9.19 -
YUV 150.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 216 134 65 0 0.38 0.70 0.15 27.42 0.66 0.55
Hex D8 86 41 0 26 46 F 1B 42 37
Octal 330 206 101 0 46 106 17 33 102 67
Binary 11011000 10000110 1000001 0 100110 1000110 1111 11011 1000010 110111

Color Harmonies of #D88641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88641

Black with #D88641

Text Example


Text Example

White with #D88641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88641; }

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

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

background-color css

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

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

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

border-color css

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

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

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