Html Css Color HEX #D88B41 Peru

📋 copy color: '#D88B41'

red 216 ◦ green 139 ◦ blue 65

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

Shades of Peru #D88B41

Tints of Peru #D88B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.1%

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

R = 51.43%
G = 33.1%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D88B41 (or 0xD88B41) is known color: Peru. HEX triplet: D8, 8B and 41. RGB value is (216,139,65). Sum of RGB (Red+Green+Blue) = 216+139+65=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B41 is #2774BE. Grayscale: #999999. Windows color (decimal): -2585791 or 4295640. OLE color: 4295640.

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

Color convert

RGB 216 139 65 -
CMYK 0 0.36 0.70 0.15
HSL 29.4º 0.66% 0.55% -
HSV(B) 29.4º 0.7% 0.85% -
XYZ 38.51 33.45 9.43 -
YUV 153.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 216 139 65 0 0.36 0.70 0.15 29.4 0.66 0.55
Hex D8 8B 41 0 24 46 F 1D 42 37
Octal 330 213 101 0 44 106 17 35 102 67
Binary 11011000 10001011 1000001 0 100100 1000110 1111 11101 1000010 110111

Color Harmonies of #D88B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B41

Black with #D88B41

Text Example


Text Example

White with #D88B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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