Html Css Color HEX #DC956A Copper

📋 copy color: '#DC956A'

red 220 ◦ green 149 ◦ blue 106

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

Shades of Copper #DC956A

Tints of Copper #DC956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 46.32%
G = 31.37%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC956A (or 0xDC956A) is known color: Copper. HEX triplet: DC, 95 and 6A. RGB value is (220,149,106). Sum of RGB (Red+Green+Blue) = 220+149+106=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956A is #236A95. Grayscale: #A5A5A5. Windows color (decimal): -2321046 or 6985180. OLE color: 6985180.

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

Color convert

RGB 220 149 106 -
CMYK 0 0.32 0.52 0.14
HSL 22.63º 0.62% 0.64% -
HSV(B) 22.63º 0.52% 0.86% -
XYZ 42.86 37.75 18.66 -
YUV 165.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 220 149 106 0 0.32 0.52 0.14 22.63 0.62 0.64
Hex DC 95 6A 0 20 34 E 17 3E 40
Octal 334 225 152 0 40 64 16 27 76 100
Binary 11011100 10010101 1101010 0 100000 110100 1110 10111 111110 1000000

Color Harmonies of #DC956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC956A

Black with #DC956A

Text Example


Text Example

White with #DC956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC956A; }

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

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

background-color css

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

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

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

border-color css

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

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

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