#D38A41

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

Shades of Peru #D38A41

Tints of Peru #D38A41

Color information

#D38A41 (or 0xD38A41) is unknown color: approx Peru. HEX triplet: D3, 8A and 41. RGB value is (211,138,65). Sum of RGB (Red+Green+Blue) = 211+138+65=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A41 is #2C75BE. Grayscale: #979797. Windows color (decimal): -2913727 or 4295379. OLE color: 4295379.

HSL color Cylindrical-coordinate representation of color #D38A41: hue angle of 30º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D38A41 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21113865-
CMYK00.350.690.17
HSL30º62.39%54.12%-
HSV(B)30º69.19%82.75%-
XYZ36.9132.419.31-
YUV151.579.18170.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.97%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 15.70%
R=50.97%
G=33.33%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111386500.350.690.173062.3954.12
HexD38A4102345111e3e36
Octal32321210104310521367666
Binary11010011100010101000001010001110001011000111110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38A41; }

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

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

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

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

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

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

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

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