#D38B67

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

Shades of Copper #D38B67

Tints of Copper #D38B67

Color information

#D38B67 (or 0xD38B67) is unknown color: approx Copper. HEX triplet: D3, 8B and 67. RGB value is (211,139,103). Sum of RGB (Red+Green+Blue) = 211+139+103=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38B67 is #2C7498. Grayscale: #9C9C9C. Windows color (decimal): -2913433 or 6786003. OLE color: 6786003.

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

Color convert

RGB211139103-
CMYK00.340.510.17
HSL20º55.1%61.57%-
HSV(B)20º51.18%82.75%-
XYZ38.5433.2917.23-
YUV156.4297.85166.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.58%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=46.58%
G=30.68%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113910300.340.510.172055.161.57
HexD38B67022331114373e
Octal3232131470426321246776
Binary1101001110001011110011101000101100111000110100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38B67; }

 p { color: rgb(211,139,103); }

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

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

 a { background-color: rgb(211,139,103); }

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

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

 span { border-color: rgb(211,139,103); }

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