Html Css Color HEX #DC8C6B Copper

📋 copy color: '#DC8C6B'

red 220 ◦ green 140 ◦ blue 107

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

Shades of Copper #DC8C6B

Tints of Copper #DC8C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

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

R = 47.11%
G = 29.98%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC8C6B (or 0xDC8C6B) is known color: Copper. HEX triplet: DC, 8C and 6B. RGB value is (220,140,107). Sum of RGB (Red+Green+Blue) = 220+140+107=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C6B is #237394. Grayscale: #A0A0A0. Windows color (decimal): -2323349 or 7048412. OLE color: 7048412.

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

Color convert

RGB 220 140 107 -
CMYK 0 0.36 0.51 0.14
HSL 17.52º 0.62% 0.64% -
HSV(B) 17.52º 0.51% 0.86% -
XYZ 41.55 35.03 18.48 -
YUV 160.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 220 140 107 0 0.36 0.51 0.14 17.52 0.62 0.64
Hex DC 8C 6B 0 24 33 E 12 3E 40
Octal 334 214 153 0 44 63 16 22 76 100
Binary 11011100 10001100 1101011 0 100100 110011 1110 10010 111110 1000000

Color Harmonies of #DC8C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C6B

Black with #DC8C6B

Text Example


Text Example

White with #DC8C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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