Html Css Color HEX #D88642 Peru

📋 copy color: '#D88642'

red 216 ◦ green 134 ◦ blue 66

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

Shades of Peru #D88642

Tints of Peru #D88642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.87%

R = 51.92%
G = 32.21%
B = 15.87%

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

#D88642 (or 0xD88642) is known color: Peru. HEX triplet: D8, 86 and 42. RGB value is (216,134,66). Sum of RGB (Red+Green+Blue) = 216+134+66=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D88642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88642 is #2779BD. Grayscale: #979797. Windows color (decimal): -2587070 or 4359896. OLE color: 4359896.

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

Color convert

RGB 216 134 66 -
CMYK 0 0.38 0.69 0.15
HSL 27.2º 0.66% 0.55% -
HSV(B) 27.2º 0.69% 0.85% -
XYZ 37.83 32.04 9.35 -
YUV 150.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 216 134 66 0 0.38 0.69 0.15 27.2 0.66 0.55
Hex D8 86 42 0 26 45 F 1B 42 37
Octal 330 206 102 0 46 105 17 33 102 67
Binary 11011000 10000110 1000010 0 100110 1000101 1111 11011 1000010 110111

Color Harmonies of #D88642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88642

Black with #D88642

Text Example


Text Example

White with #D88642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88642; }

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

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

background-color css

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

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

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

border-color css

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

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

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