Html Css Color HEX #DC956D Copper

📋 copy color: '#DC956D'

red 220 ◦ green 149 ◦ blue 109

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

Shades of Copper #DC956D

Tints of Copper #DC956D

RGB

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

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

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

R = 46.03%
G = 31.17%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC956D (or 0xDC956D) is known color: Copper. HEX triplet: DC, 95 and 6D. RGB value is (220,149,109). Sum of RGB (Red+Green+Blue) = 220+149+109=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC956D is #236A92. Grayscale: #A5A5A5. Windows color (decimal): -2321043 or 7181788. OLE color: 7181788.

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

Color convert

RGB 220 149 109 -
CMYK 0 0.32 0.50 0.14
HSL 21.62º 0.61% 0.65% -
HSV(B) 21.62º 0.5% 0.86% -
XYZ 43.02 37.81 19.5 -
YUV 165.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 220 149 109 0 0.32 0.50 0.14 21.62 0.61 0.65
Hex DC 95 6D 0 20 32 E 16 3D 41
Octal 334 225 155 0 40 62 16 26 75 101
Binary 11011100 10010101 1101101 0 100000 110010 1110 10110 111101 1000001

Color Harmonies of #DC956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC956D

Black with #DC956D

Text Example


Text Example

White with #DC956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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