#D4803B

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

Shades of Peru #D4803B

Tints of Peru #D4803B

Color information

#D4803B (or 0xD4803B) is unknown color: approx Peru. HEX triplet: D4, 80 and 3B. RGB value is (212,128,59). Sum of RGB (Red+Green+Blue) = 212+128+59=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4803B is #2B7FC4. Grayscale: #919191. Windows color (decimal): -2850757 or 3899604. OLE color: 3899604.

HSL color Cylindrical-coordinate representation of color #D4803B: hue angle of 27.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4803B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21212859-
CMYK00.400.720.17
HSL27.06º64.02%53.14%-
HSV(B)27.06º72.17%83.14%-
XYZ35.6629.758-
YUV145.2579.33175.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.13%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 59 (23.44% from 255) = 14.79%
R=53.13%
G=32.08%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121285900.400.720.1727.0664.0253.14
HexD4803B02848111b4035
Octal32420073050110213310065
Binary11010100100000001110110101000100100010001110111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4803B; }

 p { color: rgb(212,128,59); }

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

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

 a { background-color: rgb(212,128,59); }

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

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

 span { border-color: rgb(212,128,59); }

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