Html Css Color HEX #DC916C Copper

📋 copy color: '#DC916C'

red 220 ◦ green 145 ◦ blue 108

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

Shades of Copper #DC916C

Tints of Copper #DC916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

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

R = 46.51%
G = 30.66%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC916C (or 0xDC916C) is known color: Copper. HEX triplet: DC, 91 and 6C. RGB value is (220,145,108). Sum of RGB (Red+Green+Blue) = 220+145+108=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC916C is #236E93. Grayscale: #A3A3A3. Windows color (decimal): -2322068 or 7115228. OLE color: 7115228.

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

Color convert

RGB 220 145 108 -
CMYK 0 0.34 0.51 0.14
HSL 19.82º 0.62% 0.64% -
HSV(B) 19.82º 0.51% 0.86% -
XYZ 42.35 36.55 19.01 -
YUV 163.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 220 145 108 0 0.34 0.51 0.14 19.82 0.62 0.64
Hex DC 91 6C 0 22 33 E 14 3E 40
Octal 334 221 154 0 42 63 16 24 76 100
Binary 11011100 10010001 1101100 0 100010 110011 1110 10100 111110 1000000

Color Harmonies of #DC916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC916C

Black with #DC916C

Text Example


Text Example

White with #DC916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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