Html Css Color HEX #DC936D Copper

📋 copy color: '#DC936D'

red 220 ◦ green 147 ◦ blue 109

#DC936D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #DC936D

Tints of Copper #DC936D

RGB

 RED value IS 220 (86.33% from 255) = 46.22%

 GREEN value IS 147 (57.81% from 255) = 30.88%

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 46.22%
G = 30.88%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC936D (or 0xDC936D) is known color: Copper. HEX triplet: DC, 93 and 6D. RGB value is (220,147,109). Sum of RGB (Red+Green+Blue) = 220+147+109=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC936D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC936D is #236C92. Grayscale: #A4A4A4. Windows color (decimal): -2321555 or 7181276. OLE color: 7181276.

HSL color Cylindrical-coordinate representation of color #DC936D: hue angle of 20.54º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC936D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 109 -
CMYK 0 0.33 0.50 0.14
HSL 20.54º 0.61% 0.65% -
HSV(B) 20.54º 0.5% 0.86% -
XYZ 42.71 37.19 19.39 -
YUV 164.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 220 147 109 0 0.33 0.50 0.14 20.54 0.61 0.65
Hex DC 93 6D 0 21 32 E 15 3D 41
Octal 334 223 155 0 41 62 16 25 75 101
Binary 11011100 10010011 1101101 0 100001 110010 1110 10101 111101 1000001

Color Harmonies of #DC936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC936D

Black with #DC936D

Text Example


Text Example

White with #DC936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC936D; }

 p { color: rgb(220,147,109); }

 H1.HeaderClassName
 {
   color: #DC936D;
 }
 .AnyTagClassName
 {
   color: #DC936D;
 }
</style>

background-color css

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

 a { background-color: rgb(220,147,109); }

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

border-color css

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

 span { border-color: rgb(220,147,109); }

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