#dd936b

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

Shades of Copper #DD936B

Tints of Copper #DD936B

Color information

#DD936B (or 0xDD936B) is unknown color: approx Copper. HEX triplet: DD, 93 and 6B. RGB value is (221,147,107). Sum of RGB (Red+Green+Blue) = 221+147+107=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD936B is #226C94. Grayscale: #A4A4A4. Windows color (decimal): -2256021 or 7050205. OLE color: 7050205.

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

Color convert

RGB221147107-
CMYK00.330.520.13
HSL21.05º62.64%64.31%-
HSV(B)21.05º51.58%86.67%-
XYZ42.9137.318.85-
YUV164.5795.52168.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=46.53%
G=30.95%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114710700.330.520.1321.0562.6464.31
HexDD936B02134D153f40
Octal33522315304164152577100
Binary1101110110010011110101101000011101001101101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd936b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd936b; }

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

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

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

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

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

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

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

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