Html Css Color HEX #D88940 Peru

📋 copy color: '#D88940'

red 216 ◦ green 137 ◦ blue 64

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

Shades of Peru #D88940

Tints of Peru #D88940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

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

R = 51.8%
G = 32.85%
B = 15.35%

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

#D88940 (or 0xD88940) is known color: Peru. HEX triplet: D8, 89 and 40. RGB value is (216,137,64). Sum of RGB (Red+Green+Blue) = 216+137+64=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D88940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88940 is #2776BF. Grayscale: #989898. Windows color (decimal): -2586304 or 4229592. OLE color: 4229592.

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

Color convert

RGB 216 137 64 -
CMYK 0 0.37 0.70 0.15
HSL 28.82º 0.66% 0.55% -
HSV(B) 28.82º 0.7% 0.85% -
XYZ 38.19 32.86 9.18 -
YUV 152.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 216 137 64 0 0.37 0.70 0.15 28.82 0.66 0.55
Hex D8 89 40 0 25 46 F 1D 42 37
Octal 330 211 100 0 45 106 17 35 102 67
Binary 11011000 10001001 1000000 0 100101 1000110 1111 11101 1000010 110111

Color Harmonies of #D88940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88940

Black with #D88940

Text Example


Text Example

White with #D88940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88940; }

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

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

background-color css

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

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

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

border-color css

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

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

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