#DF936B

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

Shades of Copper #DF936B

Tints of Copper #DF936B

Color information

#DF936B (or 0xDF936B) is unknown color: approx Copper. HEX triplet: DF, 93 and 6B. RGB value is (223,147,107). Sum of RGB (Red+Green+Blue) = 223+147+107=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF936B is #206C94. Grayscale: #A5A5A5. Windows color (decimal): -2124949 or 7050207. OLE color: 7050207.

HSL color Cylindrical-coordinate representation of color #DF936B: hue angle of 20.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF936B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223147107-
CMYK00.340.520.13
HSL20.69º64.44%64.71%-
HSV(B)20.69º52.02%87.45%-
XYZ43.5237.6218.88-
YUV165.1695.18169.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=46.75%
G=30.82%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314710700.340.520.1320.6964.4464.71
HexDF936B02234D154041
Octal337223153042641525100101
Binary11011111100100111101011010001011010011011010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF936B; }

 p { color: rgb(223,147,107); }

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

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

 a { background-color: rgb(223,147,107); }

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

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

 span { border-color: rgb(223,147,107); }

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