#D38C41

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

Shades of Peru #D38C41

Tints of Peru #D38C41

Color information

#D38C41 (or 0xD38C41) is unknown color: approx Peru. HEX triplet: D3, 8C and 41. RGB value is (211,140,65). Sum of RGB (Red+Green+Blue) = 211+140+65=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C41 is #2C73BE. Grayscale: #999999. Windows color (decimal): -2913215 or 4295891. OLE color: 4295891.

HSL color Cylindrical-coordinate representation of color #D38C41: hue angle of 30.82º 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 #D38C41 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB21114065-
CMYK00.340.690.17
HSL30.82º62.39%54.12%-
HSV(B)30.82º69.19%82.75%-
XYZ37.232.999.41-
YUV152.6878.52169.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.72%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=50.72%
G=33.65%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111406500.340.690.1730.8262.3954.12
HexD38C4102245111f3e36
Octal32321410104210521377666
Binary11010011100011001000001010001010001011000111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38C41; }

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

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

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

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

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

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

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

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