Html Css Color HEX #D88640 Peru

📋 copy color: '#D88640'

red 216 ◦ green 134 ◦ blue 64

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

Shades of Peru #D88640

Tints of Peru #D88640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 52.17%
G = 32.37%
B = 15.46%

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

#D88640 (or 0xD88640) is known color: Peru. HEX triplet: D8, 86 and 40. RGB value is (216,134,64). Sum of RGB (Red+Green+Blue) = 216+134+64=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D88640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88640 is #2779BF. Grayscale: #969696. Windows color (decimal): -2587072 or 4228824. OLE color: 4228824.

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

Color convert

RGB 216 134 64 -
CMYK 0 0.38 0.70 0.15
HSL 27.63º 0.66% 0.55% -
HSV(B) 27.63º 0.7% 0.85% -
XYZ 37.77 32.02 9.04 -
YUV 150.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 216 134 64 0 0.38 0.70 0.15 27.63 0.66 0.55
Hex D8 86 40 0 26 46 F 1C 42 37
Octal 330 206 100 0 46 106 17 34 102 67
Binary 11011000 10000110 1000000 0 100110 1000110 1111 11100 1000010 110111

Color Harmonies of #D88640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88640

Black with #D88640

Text Example


Text Example

White with #D88640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88640; }

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

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

background-color css

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

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

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

border-color css

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

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

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