Html Css Color HEX #D88944 Peru

📋 copy color: '#D88944'

red 216 ◦ green 137 ◦ blue 68

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

Shades of Peru #D88944

Tints of Peru #D88944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.15%

R = 51.31%
G = 32.54%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D88944 (or 0xD88944) is known color: Peru. HEX triplet: D8, 89 and 44. RGB value is (216,137,68). Sum of RGB (Red+Green+Blue) = 216+137+68=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D88944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88944 is #2776BB. Grayscale: #999999. Windows color (decimal): -2586300 or 4491736. OLE color: 4491736.

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

Color convert

RGB 216 137 68 -
CMYK 0 0.37 0.69 0.15
HSL 27.97º 0.65% 0.56% -
HSV(B) 27.97º 0.69% 0.85% -
XYZ 38.31 32.91 9.8 -
YUV 152.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 216 137 68 0 0.37 0.69 0.15 27.97 0.65 0.56
Hex D8 89 44 0 25 45 F 1C 41 38
Octal 330 211 104 0 45 105 17 34 101 70
Binary 11011000 10001001 1000100 0 100101 1000101 1111 11100 1000001 111000

Color Harmonies of #D88944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88944

Black with #D88944

Text Example


Text Example

White with #D88944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88944; }

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

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

background-color css

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

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

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

border-color css

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

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

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