Html Css Color HEX #DC8B6D Copper

📋 copy color: '#DC8B6D'

red 220 ◦ green 139 ◦ blue 109

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

Shades of Copper #DC8B6D

Tints of Copper #DC8B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 47.01%
G = 29.7%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC8B6D (or 0xDC8B6D) is known color: Copper. HEX triplet: DC, 8B and 6D. RGB value is (220,139,109). Sum of RGB (Red+Green+Blue) = 220+139+109=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B6D is #237492. Grayscale: #A0A0A0. Windows color (decimal): -2323603 or 7179228. OLE color: 7179228.

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

Color convert

RGB 220 139 109 -
CMYK 0 0.37 0.50 0.14
HSL 16.22º 0.61% 0.65% -
HSV(B) 16.22º 0.5% 0.86% -
XYZ 41.51 34.79 18.99 -
YUV 159.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 220 139 109 0 0.37 0.50 0.14 16.22 0.61 0.65
Hex DC 8B 6D 0 25 32 E 10 3D 41
Octal 334 213 155 0 45 62 16 20 75 101
Binary 11011100 10001011 1101101 0 100101 110010 1110 10000 111101 1000001

Color Harmonies of #DC8B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B6D

Black with #DC8B6D

Text Example


Text Example

White with #DC8B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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