Html Css Color HEX #DC956C Copper

📋 copy color: '#DC956C'

red 220 ◦ green 149 ◦ blue 108

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

Shades of Copper #DC956C

Tints of Copper #DC956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 46.12%
G = 31.24%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC956C (or 0xDC956C) is known color: Copper. HEX triplet: DC, 95 and 6C. RGB value is (220,149,108). Sum of RGB (Red+Green+Blue) = 220+149+108=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956C is #236A93. Grayscale: #A5A5A5. Windows color (decimal): -2321044 or 7116252. OLE color: 7116252.

HSL color Cylindrical-coordinate representation of color #DC956C: hue angle of 21.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC956C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 108 -
CMYK 0 0.32 0.51 0.14
HSL 21.96º 0.62% 0.64% -
HSV(B) 21.96º 0.51% 0.86% -
XYZ 42.97 37.79 19.22 -
YUV 165.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 220 149 108 0 0.32 0.51 0.14 21.96 0.62 0.64
Hex DC 95 6C 0 20 33 E 16 3E 40
Octal 334 225 154 0 40 63 16 26 76 100
Binary 11011100 10010101 1101100 0 100000 110011 1110 10110 111110 1000000

Color Harmonies of #DC956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC956C

Black with #DC956C

Text Example


Text Example

White with #DC956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC956C; }

 p { color: rgb(220,149,108); }

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

background-color css

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

 a { background-color: rgb(220,149,108); }

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

border-color css

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

 span { border-color: rgb(220,149,108); }

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