#D38A3C

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

Shades of Peru #D38A3C

Tints of Peru #D38A3C

Color information

#D38A3C (or 0xD38A3C) is unknown color: approx Peru. HEX triplet: D3, 8A and 3C. RGB value is (211,138,60). Sum of RGB (Red+Green+Blue) = 211+138+60=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A3C is #2C75C3. Grayscale: #979797. Windows color (decimal): -2913732 or 3967699. OLE color: 3967699.

HSL color Cylindrical-coordinate representation of color #D38A3C: hue angle of 30.99º degrees, saturation: 0.63, 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 #D38A3C is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21113860-
CMYK00.350.720.17
HSL30.99º63.18%53.14%-
HSV(B)30.99º71.56%82.75%-
XYZ36.7732.358.58-
YUV150.9476.68170.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 60 (23.83% from 255) = 14.67%
R=51.59%
G=33.74%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111386000.350.720.1730.9963.1853.14
HexD38A3C02348111f3f35
Octal3232127404311021377765
Binary1101001110001010111100010001110010001000111111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38A3C; }

 p { color: rgb(211,138,60); }

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

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

 a { background-color: rgb(211,138,60); }

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

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

 span { border-color: rgb(211,138,60); }

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