#D98844

Color #D98844 Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D98844

Tints of Peru #D98844

Color information

#D98844 (or 0xD98844) is unknown color: approx Peru. HEX triplet: D9, 88 and 44. RGB value is (217,136,68). Sum of RGB (Red+Green+Blue) = 217+136+68=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D98844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98844 is #2677BB. Grayscale: #989898. Windows color (decimal): -2521020 or 4491481. OLE color: 4491481.

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

Color convert

RGB21713668-
CMYK00.370.690.15
HSL27.38º66.22%55.88%-
HSV(B)27.38º68.66%85.1%-
XYZ38.4632.789.77-
YUV152.4780.34174.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 68 (26.95% from 255) = 16.15%
R=51.54%
G=32.30%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171366800.370.690.1527.3866.2255.88
HexD9884402545F1b4238
Octal331210104045105173310270
Binary11011001100010001000100010010110001011111110111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98844; }

 p { color: rgb(217,136,68); }

 H1.HeaderClassName
 {
   color: #D98844;
 }
 .AnyTagClassName
 {
   color: #D98844;
 }
</style>
background-color css

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

 a { background-color: rgb(217,136,68); }

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

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

 span { border-color: rgb(217,136,68); }

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