#D9893B

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

Shades of Peru #D9893B

Tints of Peru #D9893B

Color information

#D9893B (or 0xD9893B) is unknown color: approx Peru. HEX triplet: D9, 89 and 3B. RGB value is (217,137,59). Sum of RGB (Red+Green+Blue) = 217+137+59=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9893B is #2676C4. Grayscale: #989898. Windows color (decimal): -2520773 or 3901913. OLE color: 3901913.

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

Color convert

RGB21713759-
CMYK00.370.730.15
HSL29.62º67.52%54.12%-
HSV(B)29.62º72.81%85.1%-
XYZ38.3532.968.48-
YUV152.0375.5174.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 59 (23.44% from 255) = 14.29%
R=52.54%
G=33.17%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171375900.370.730.1529.6267.5254.12
HexD9893B02549F1e4436
Octal33121173045111173610466
Binary1101100110001001111011010010110010011111111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9893B; }

 p { color: rgb(217,137,59); }

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

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

 a { background-color: rgb(217,137,59); }

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

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

 span { border-color: rgb(217,137,59); }

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