Html Css Color HEX #DC976C Copper

📋 copy color: '#DC976C'

red 220 ◦ green 151 ◦ blue 108

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

Shades of Copper #DC976C

Tints of Copper #DC976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

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

R = 45.93%
G = 31.52%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC976C (or 0xDC976C) is known color: Copper. HEX triplet: DC, 97 and 6C. RGB value is (220,151,108). Sum of RGB (Red+Green+Blue) = 220+151+108=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976C is #236893. Grayscale: #A6A6A6. Windows color (decimal): -2320532 or 7116764. OLE color: 7116764.

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

Color convert

RGB 220 151 108 -
CMYK 0 0.31 0.51 0.14
HSL 23.04º 0.62% 0.64% -
HSV(B) 23.04º 0.51% 0.86% -
XYZ 43.29 38.43 19.32 -
YUV 166.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 220 151 108 0 0.31 0.51 0.14 23.04 0.62 0.64
Hex DC 97 6C 0 1F 33 E 17 3E 40
Octal 334 227 154 0 37 63 16 27 76 100
Binary 11011100 10010111 1101100 0 11111 110011 1110 10111 111110 1000000

Color Harmonies of #DC976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC976C

Black with #DC976C

Text Example


Text Example

White with #DC976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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