Html Css Color HEX #DC846B Copper

📋 copy color: '#DC846B'

red 220 ◦ green 132 ◦ blue 107

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

Shades of Copper #DC846B

Tints of Copper #DC846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 47.93%
G = 28.76%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC846B (or 0xDC846B) is known color: Copper. HEX triplet: DC, 84 and 6B. RGB value is (220,132,107). Sum of RGB (Red+Green+Blue) = 220+132+107=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC846B is #237B94. Grayscale: #9B9B9B. Windows color (decimal): -2325397 or 7046364. OLE color: 7046364.

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

Color convert

RGB 220 132 107 -
CMYK 0 0.40 0.51 0.14
HSL 13.27º 0.62% 0.64% -
HSV(B) 13.27º 0.51% 0.86% -
XYZ 40.42 32.78 18.11 -
YUV 155.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 220 132 107 0 0.40 0.51 0.14 13.27 0.62 0.64
Hex DC 84 6B 0 28 33 E D 3E 40
Octal 334 204 153 0 50 63 16 15 76 100
Binary 11011100 10000100 1101011 0 101000 110011 1110 1101 111110 1000000

Color Harmonies of #DC846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC846B

Black with #DC846B

Text Example


Text Example

White with #DC846B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC846B; }

 p { color: rgb(220,132,107); }

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

background-color css

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

 a { background-color: rgb(220,132,107); }

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

border-color css

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

 span { border-color: rgb(220,132,107); }

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