Html Css Color HEX #D88C45 Peru

📋 copy color: '#D88C45'

red 216 ◦ green 140 ◦ blue 69

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

Shades of Peru #D88C45

Tints of Peru #D88C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 50.82%
G = 32.94%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D88C45 (or 0xD88C45) is known color: Peru. HEX triplet: D8, 8C and 45. RGB value is (216,140,69). Sum of RGB (Red+Green+Blue) = 216+140+69=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C45 is #2773BA. Grayscale: #9A9A9A. Windows color (decimal): -2585531 or 4558040. OLE color: 4558040.

HSL color Cylindrical-coordinate representation of color #D88C45: hue angle of 28.98º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D88C45 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 69 -
CMYK 0 0.35 0.68 0.15
HSL 28.98º 0.65% 0.56% -
HSV(B) 28.98º 0.68% 0.85% -
XYZ 38.77 33.78 10.11 -
YUV 154.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 216 140 69 0 0.35 0.68 0.15 28.98 0.65 0.56
Hex D8 8C 45 0 23 44 F 1D 41 38
Octal 330 214 105 0 43 104 17 35 101 70
Binary 11011000 10001100 1000101 0 100011 1000100 1111 11101 1000001 111000

Color Harmonies of #D88C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C45

Black with #D88C45

Text Example


Text Example

White with #D88C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C45; }

 p { color: rgb(216,140,69); }

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

background-color css

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

 a { background-color: rgb(216,140,69); }

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

border-color css

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

 span { border-color: rgb(216,140,69); }

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