Html Css Color HEX #DC936E Copper

📋 copy color: '#DC936E'

red 220 ◦ green 147 ◦ blue 110

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

Shades of Copper #DC936E

Tints of Copper #DC936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 46.12%
G = 30.82%
B = 23.06%

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

#DC936E (or 0xDC936E) is known color: Copper. HEX triplet: DC, 93 and 6E. RGB value is (220,147,110). Sum of RGB (Red+Green+Blue) = 220+147+110=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC936E is #236C91. Grayscale: #A4A4A4. Windows color (decimal): -2321554 or 7246812. OLE color: 7246812.

HSL color Cylindrical-coordinate representation of color #DC936E: hue angle of 20.18º 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 #DC936E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 110 -
CMYK 0 0.33 0.50 0.14
HSL 20.18º 0.61% 0.65% -
HSV(B) 20.18º 0.5% 0.86% -
XYZ 42.76 37.21 19.68 -
YUV 164.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 220 147 110 0 0.33 0.50 0.14 20.18 0.61 0.65
Hex DC 93 6E 0 21 32 E 14 3D 41
Octal 334 223 156 0 41 62 16 24 75 101
Binary 11011100 10010011 1101110 0 100001 110010 1110 10100 111101 1000001

Color Harmonies of #DC936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC936E

Black with #DC936E

Text Example


Text Example

White with #DC936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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