Html Css Color HEX #DC8A65 Copper

📋 copy color: '#DC8A65'

red 220 ◦ green 138 ◦ blue 101

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

Shades of Copper #DC8A65

Tints of Copper #DC8A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

 BLUE value IS 101 (39.84% from 255) = 22%

R = 47.93%
G = 30.07%
B = 22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8A65 (or 0xDC8A65) is known color: Copper. HEX triplet: DC, 8A and 65. RGB value is (220,138,101). Sum of RGB (Red+Green+Blue) = 220+138+101=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A65 is #23759A. Grayscale: #9E9E9E. Windows color (decimal): -2323867 or 6654684. OLE color: 6654684.

HSL color Cylindrical-coordinate representation of color #DC8A65: hue angle of 18.66º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC8A65 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 138 101 -
CMYK 0 0.37 0.54 0.14
HSL 18.66º 0.63% 0.63% -
HSV(B) 18.66º 0.54% 0.86% -
XYZ 40.95 34.33 16.78 -
YUV 158.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 220 138 101 0 0.37 0.54 0.14 18.66 0.63 0.63
Hex DC 8A 65 0 25 36 E 13 3F 3F
Octal 334 212 145 0 45 66 16 23 77 77
Binary 11011100 10001010 1100101 0 100101 110110 1110 10011 111111 111111

Color Harmonies of #DC8A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A65

Black with #DC8A65

Text Example


Text Example

White with #DC8A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A65; }

 p { color: rgb(220,138,101); }

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

background-color css

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

 a { background-color: rgb(220,138,101); }

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

border-color css

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

 span { border-color: rgb(220,138,101); }

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