#D38E40

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

Shades of Peru #D38E40

Tints of Peru #D38E40

Color information

#D38E40 (or 0xD38E40) is unknown color: approx Peru. HEX triplet: D3, 8E and 40. RGB value is (211,142,64). Sum of RGB (Red+Green+Blue) = 211+142+64=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38E40 is #2C71BF. Grayscale: #9A9A9A. Windows color (decimal): -2912704 or 4230867. OLE color: 4230867.

HSL color Cylindrical-coordinate representation of color #D38E40: hue angle of 31.84º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D38E40 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21114264-
CMYK00.330.700.17
HSL31.84º62.55%53.92%-
HSV(B)31.84º69.67%82.75%-
XYZ37.4633.579.35-
YUV153.7477.36168.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.60%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=50.60%
G=34.05%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111426400.330.700.1731.8462.5553.92
HexD38E400214611203f36
Octal32321610004110621407766
Binary110100111000111010000000100001100011010001100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38E40; }

 p { color: rgb(211,142,64); }

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

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

 a { background-color: rgb(211,142,64); }

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

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

 span { border-color: rgb(211,142,64); }

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