#D2883D

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

Shades of Peru #D2883D

Tints of Peru #D2883D

Color information

#D2883D (or 0xD2883D) is unknown color: approx Peru. HEX triplet: D2, 88 and 3D. RGB value is (210,136,61). Sum of RGB (Red+Green+Blue) = 210+136+61=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2883D is #2D77C2. Grayscale: #959595. Windows color (decimal): -2979779 or 4032722. OLE color: 4032722.

HSL color Cylindrical-coordinate representation of color #D2883D: hue angle of 30.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2883D is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB21013661-
CMYK00.350.710.18
HSL30.2º62.34%53.14%-
HSV(B)30.2º70.95%82.35%-
XYZ36.2231.658.61-
YUV149.5878.02171.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.60%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=51.60%
G=33.42%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101366100.350.710.1830.262.3453.14
HexD2883D02347121e3e35
Octal3222107504310722367665
Binary1101001010001000111101010001110001111001011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2883D; }

 p { color: rgb(210,136,61); }

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

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

 a { background-color: rgb(210,136,61); }

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

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

 span { border-color: rgb(210,136,61); }

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