Html Css Color HEX #D88D41 Peru

📋 copy color: '#D88D41'

red 216 ◦ green 141 ◦ blue 65

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

Shades of Peru #D88D41

Tints of Peru #D88D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

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

R = 51.18%
G = 33.41%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D88D41 (or 0xD88D41) is known color: Peru. HEX triplet: D8, 8D and 41. RGB value is (216,141,65). Sum of RGB (Red+Green+Blue) = 216+141+65=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D41 is #2772BE. Grayscale: #9B9B9B. Windows color (decimal): -2585279 or 4296152. OLE color: 4296152.

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

Color convert

RGB 216 141 65 -
CMYK 0 0.35 0.70 0.15
HSL 30.2º 0.66% 0.55% -
HSV(B) 30.2º 0.7% 0.85% -
XYZ 38.8 34.03 9.52 -
YUV 154.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 216 141 65 0 0.35 0.70 0.15 30.2 0.66 0.55
Hex D8 8D 41 0 23 46 F 1E 42 37
Octal 330 215 101 0 43 106 17 36 102 67
Binary 11011000 10001101 1000001 0 100011 1000110 1111 11110 1000010 110111

Color Harmonies of #D88D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D41

Black with #D88D41

Text Example


Text Example

White with #D88D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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